FieldValue constructor
FieldValue({
- Date? dateValue,
- String? displayName,
- String? id,
- String? integerValue,
- String? longTextValue,
- Reason? reason,
- FieldValueSelectionListValue? selectionListValue,
- FieldValueSelectionValue? selectionValue,
- FieldValueTextListValue? textListValue,
- String? textValue,
- String? type,
- bool? unsetValue,
- FieldValueUserListValue? userListValue,
- 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,
});