schemaBuilder function

Builder schemaBuilder(
  1. BuilderOptions options
)

Implementation

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