CustomFieldValue class abstract
Represents a custom field value that can be one of several types.
This class is used to encapsulate various types of data that can be passed as custom fields in SDK methods.
- Implementers
Constructors
- CustomFieldValue.new()
-
const
- CustomFieldValue.boolean(bool value)
-
Factory methods to create different types of custom field values.
factory
- CustomFieldValue.double(double value)
-
factory
- CustomFieldValue.float(double value)
-
factory
- CustomFieldValue.int(int value)
-
factory
- CustomFieldValue.string(String value)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the custom field value to a JSON-compatible representation.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited