IssueTypeScreenSchemeMappingDetails class
A list of issue type screen scheme mappings.
Constructors
-
IssueTypeScreenSchemeMappingDetails({required List<
IssueTypeScreenSchemeMapping> issueTypeMappings}) -
IssueTypeScreenSchemeMappingDetails.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issueTypeMappings
→ List<
IssueTypeScreenSchemeMapping> -
The list of issue type to screen scheme mappings. A default entry cannot
be specified because a default entry is added when an issue type screen
scheme is created.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< IssueTypeScreenSchemeMapping> ? issueTypeMappings}) → IssueTypeScreenSchemeMappingDetails -
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