systemBuilder function

Builder systemBuilder(
  1. 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');