BuiltValue constructor

const BuiltValue(
  1. {bool instantiable = true,
  2. bool nestedBuilders = true,
  3. bool autoCreateNestedBuilders = true,
  4. bool comparableBuilders = false,
  5. bool generateBuilderOnSetField = false,
  6. String? wireName,
  7. bool defaultCompare = true,
  8. bool defaultSerialize = true}
)

Implementation

const BuiltValue(
    {this.instantiable = true,
    this.nestedBuilders = true,
    this.autoCreateNestedBuilders = true,
    this.comparableBuilders = false,
    this.generateBuilderOnSetField = false,
    this.wireName,
    this.defaultCompare = true,
    this.defaultSerialize = true});