IssueLink class
Details of a link between issues.
Constructors
- IssueLink({String? id, required LinkedIssue inwardIssue, required LinkedIssue outwardIssue, String? self, required IssueLinkType type})
-
IssueLink.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the issue link.
final
- inwardIssue → LinkedIssue
-
Provides details about the linked issue. If presenting this link in a user
interface, use the
inward
field of the issue link type to label the link.final - outwardIssue → LinkedIssue
-
Provides details about the linked issue. If presenting this link in a user
interface, use the
outward
field of the issue link type to label the link.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → String?
-
The URL of the issue link.
final
- type → IssueLinkType
-
The type of link between the issues.
final
Methods
-
copyWith(
{String? id, LinkedIssue? inwardIssue, LinkedIssue? outwardIssue, String? self, IssueLinkType? type}) → IssueLink -
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