FieldValue class
Details of the field value set by the user for the particular label.
Constructors
- FieldValue.new({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})
- FieldValue.fromJson(Map json_)
Properties
- dateValue ↔ Date?
-
Setting a date value.
getter/setter pair
- displayName ↔ String?
-
Display name of the field
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Identifier of the field
getter/setter pair
- integerValue ↔ String?
-
Setting an integer value.
getter/setter pair
- longTextValue ↔ String?
-
Setting a long text value.
getter/setter pair
- reason ↔ Reason?
-
The reason why the field was applied to the label.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionListValue ↔ FieldValueSelectionListValue?
-
Setting a selection list value by selecting multiple values from a
dropdown.
getter/setter pair
- selectionValue ↔ FieldValueSelectionValue?
-
Setting a selection value by selecting a single value from a dropdown.
getter/setter pair
- textListValue ↔ FieldValueTextListValue?
-
Setting a text list value.
getter/setter pair
- textValue ↔ String?
-
Setting a text value.
getter/setter pair
- type ↔ String?
-
Type of the field
getter/setter pair
- unsetValue ↔ bool?
-
If the field is unset, this will be true.
getter/setter pair
- userListValue ↔ FieldValueUserListValue?
-
Setting a user list value by selecting multiple users.
getter/setter pair
- userValue ↔ FieldValueUserValue?
-
Setting a user value by selecting a single user.
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