BuiltValueField constructor

const BuiltValueField({
  1. bool? compare,
  2. bool? serialize,
  3. String? wireName,
  4. bool? nestedBuilder,
  5. bool? autoCreateNestedBuilder,
})

Implementation

const BuiltValueField(
    {this.compare,
    this.serialize,
    this.wireName,
    this.nestedBuilder,
    this.autoCreateNestedBuilder});