blocEventStatusGenerator function
Builder
blocEventStatusGenerator(
- BuilderOptions options
Builder factory for the bloc_event_status code generator.
Implementation
Builder blocEventStatusGenerator(BuilderOptions options) => PartBuilder(
[BlocEventStatusGenerator()],
'.bes.g.dart',
header: '// GENERATED CODE - DO NOT MODIFY BY HAND\n'
'// coverage:ignore-file\n'
'// ignore_for_file: type=lint\n'
'// dart format off',
formatOutput: (code, _) => code,
);