CustomFieldContextOption class
Details of the custom field options for a context.
Constructors
- CustomFieldContextOption({required bool disabled, required String id, String? optionId, required String value})
-
CustomFieldContextOption.fromJson(Map<
String, Object?> json) -
factory
Properties
- disabled → bool
-
Whether the option is disabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID of the custom field option.
final
- optionId → String?
-
For cascading options, the ID of the custom field option containing the
cascading option.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
The value of the custom field option.
final
Methods
-
copyWith(
{bool? disabled, String? id, String? optionId, String? value}) → CustomFieldContextOption -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited