modelGenerator function
Builder
modelGenerator(
- BuilderOptions options
Builder modelGenerator is for Generating States and Events and Blocs
Implementation
Builder modelGenerator(BuilderOptions options) => SharedPartBuilder(
[ModelGenerator()],
'fbloc_model_gen',
);