CustomFieldContextDefaultValueMultipleVersionPicker class

The default value for a multiple version picker custom field.

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
versionIds List<String>
The IDs of the default versions.
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, List<String>? versionIds, String? versionOrder}) CustomFieldContextDefaultValueMultipleVersionPicker
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