annotations library
Classes
- Buildable
-
Base type of every generated builder.
build()produces the serialized map. - DataBuilder
- DataField
-
Per-field configuration on a
@dataBuilderclass.
Constants
- dataBuilder → const DataBuilder
-
Annotations + base class for
@dataBuilderdata builders. Import this from test sources; the generator lives inpackage:data_builder_test/data_builder_test.dart. Marks a class as a data-builder schema. The generator emits a<Name>Builder extends Buildablenext to it.