DataField constructor

const DataField({
  1. String? key,
  2. bool includeIfNull = true,
  3. bool settable = true,
})

Implementation

const DataField({this.key, this.includeIfNull = true, this.settable = true});