IssueTypeToContextMapping class

Mapping of an issue type to a context.

Constructors

IssueTypeToContextMapping({required String contextId, bool? isAnyIssueType, String? issueTypeId})
IssueTypeToContextMapping.fromJson(Map<String, Object?> json)
factory

Properties

contextId String
The ID of the context.
final
hashCode int
The hash code for this object.
no setterinherited
isAnyIssueType bool
Whether the context is mapped to any issue type.
final
issueTypeId String?
The ID of the issue type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? contextId, bool? isAnyIssueType, String? issueTypeId}) IssueTypeToContextMapping
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