CustomFieldContextDefaultValueSingleVersionPicker class
The default value for a version picker custom field.
Constructors
- CustomFieldContextDefaultValueSingleVersionPicker({required String type, required String versionId, String? versionOrder})
-
CustomFieldContextDefaultValueSingleVersionPicker.fromJson(Map<
String, Object?> json) -
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
- type → String
-
final
- versionId → String
-
The ID of the default version.
final
- versionOrder → String?
-
The order the pickable versions are displayed in. If not provided, the
released-first order is used. Available version orders are
"releasedFirst"
and"unreleasedFirst"
.final
Methods
-
copyWith(
{String? type, String? versionId, String? versionOrder}) → CustomFieldContextDefaultValueSingleVersionPicker -
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