StatusMapping class
Details about the mapping from a status to a new status for an issue type.
Constructors
- StatusMapping({required String issueTypeId, required String newStatusId, required String statusId})
-
StatusMapping.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueTypeId → String
-
The ID of the issue type.
final
- newStatusId → String
-
The ID of the new status.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusId → String
-
The ID of the status.
final
Methods
-
copyWith(
{String? issueTypeId, String? newStatusId, String? statusId}) → StatusMapping -
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