FieldValue constructor
FieldValue({
- Date? date,
- Integer? integer,
- Selection? selection,
- SelectionList? selectionList,
- Text? text,
- TextList? textList,
- SingleUser? user,
- UserList? userList,
Implementation
FieldValue({
this.date,
this.integer,
this.selection,
this.selectionList,
this.text,
this.textList,
this.user,
this.userList,
});