asExtension property
will generate the method as an extension
truegenerates as extension methodnullwill depend on the build.yml valuefalsegenerates as mixin (requireswith _$[ClassName]Tson the class) (default)
If true, suffix will be applied to the name of the extension class
If 'false', type definitions of super classes have to be imported manually
Implementation
final bool? asExtension;