OrderOfIssueTypes class
An ordered list of issue type IDs and information about where to move them.
Constructors
-
OrderOfIssueTypes({String? after, required List<
String> issueTypeIds, OrderOfIssueTypesPosition? position}) -
OrderOfIssueTypes.fromJson(Map<
String, Object?> json) -
factory
Properties
- after → String?
-
The ID of the issue type to place the moved issue types after. Required if
position
isn't provided.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
issueTypeIds
→ List<
String> -
A list of the issue type IDs to move. The order of the issue type IDs in
the list is the order they are given after the move.
final
- position → OrderOfIssueTypesPosition?
-
The position the issue types should be moved to. Required if
after
isn't provided.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? after, List< String> ? issueTypeIds, OrderOfIssueTypesPosition? position}) → OrderOfIssueTypes -
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