Fields constructor

Fields({
  1. String? field,
  2. String? value,
  3. dynamic dataType,
  4. bool? editable,
})

Implementation

Fields({this.field, this.value, this.dataType, this.editable});