FieldValue constructor

FieldValue({
  1. Date? dateValue,
  2. String? displayName,
  3. String? id,
  4. String? integerValue,
  5. String? longTextValue,
  6. Reason? reason,
  7. FieldValueSelectionListValue? selectionListValue,
  8. FieldValueSelectionValue? selectionValue,
  9. FieldValueTextListValue? textListValue,
  10. String? textValue,
  11. String? type,
  12. bool? unsetValue,
  13. FieldValueUserListValue? userListValue,
  14. FieldValueUserValue? userValue,
})

Implementation

FieldValue({
  this.dateValue,
  this.displayName,
  this.id,
  this.integerValue,
  this.longTextValue,
  this.reason,
  this.selectionListValue,
  this.selectionValue,
  this.textListValue,
  this.textValue,
  this.type,
  this.unsetValue,
  this.userListValue,
  this.userValue,
});