builder library
The build_runner entry point for the schemantic code generator.
This library exposes the schemaBuilder factory referenced by
build.yaml. It is not intended to be imported directly in application
code; instead it is invoked by build_runner to generate the *.g.dart
part files for classes annotated with @Schema.
Functions
-
schemaBuilder(
BuilderOptions options) → Builder -
Creates the
Builderused bybuild_runnerto generateschemanticdata classes and JSON schemas.