schemaBuilder function
Builder
schemaBuilder(
- BuilderOptions options
Implementation
Builder schemaBuilder(BuilderOptions options) {
return PartBuilder([SchemaGenerator()], '.schema.g.dart');
}