FieldValue class
Contains a value of a Field.
Constructors
- FieldValue({Date? date, Integer? integer, Selection? selection, SelectionList? selectionList, Text? text, TextList? textList, SingleUser? user, UserList? userList})
- FieldValue.fromJson(Map json_)
Properties
- date ↔ Date?
-
Date Field value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- integer ↔ Integer?
-
Integer Field value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selection ↔ Selection?
-
Selection Field value.
getter/setter pair
- selectionList ↔ SelectionList?
-
Selection List Field value.
getter/setter pair
- text ↔ Text?
-
Text Field value.
getter/setter pair
- textList ↔ TextList?
-
Text List Field value.
getter/setter pair
- user ↔ SingleUser?
-
User Field value.
getter/setter pair
- userList ↔ UserList?
-
User List Field value.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited