annotations library

Classes

Buildable
Base type of every generated builder. build() produces the serialized map.
DataBuilder
DataField
Per-field configuration on a @dataBuilder class.

Constants

dataBuilder → const DataBuilder
Annotations + base class for @dataBuilder data builders. Import this from test sources; the generator lives in package:data_builder_test/data_builder_test.dart. Marks a class as a data-builder schema. The generator emits a <Name>Builder extends Buildable next to it.