systemBuilder function
Builder
systemBuilder(
- dynamic _
Returns the builder that creates the .g.dart files containing the setup for
systems annotated with Generate
.
Implementation
Builder systemBuilder(_) =>
SharedPartBuilder([const SystemGenerator()], 'dartemis_builder');