LinkedIssue class

The ID or key of a linked issue.

Constructors

LinkedIssue({Fields? fields, String? id, String? key, String? self})
LinkedIssue.fromJson(Map<String, Object?> json)
factory

Properties

fields Fields?
The fields associated with the issue.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of an issue. Required if key isn't provided.
final
key String?
The key of an issue. Required if id isn't provided.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of the issue.
final

Methods

copyWith({Fields? fields, String? id, String? key, String? self}) LinkedIssue
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