OptionalargsA preprocessor for arguments. Derivatives may use this to transform arguments prior to call to super() and initialize().
OptionalbaseThe base class, if any.
OptionalinitializeA function that performs initialization after instantiation. "this" will be the object and arguments are the arguments to the constructor.
OptionalinstanceInstance properties defined using descriptors.
OptionalinstanceInstance properties.
OptionalmixinsOptions is a default mixin but you can provide others here.
OptionalnameThe name of the class.
OptionalstaticStatic properties defined using descriptors.
OptionalstaticStatic properties.
Input to GeneratedClass.