asExtension property
will generate the as an extension
truegenerates as extension method (default)nullwill depend on the build.yml valuefalsegenerates as mixin (requireswith _$[ClassName]CopyWithon the class)
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;