Fields class
Key fields from the linked issue.
Constructors
- Fields({UserDetails? assignee, IssueTypeDetails? issueType, IssueTypeDetails? issuetype, Priority? priority, StatusDetails? status, String? summary, TimeTrackingDetails? timetracking})
-
Fields.fromJson(Map<
String, Object?> json) -
factory
Properties
- assignee → UserDetails?
-
The assignee of the linked issue.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueType → IssueTypeDetails?
-
The type of the linked issue.
final
- issuetype → IssueTypeDetails?
-
The type of the linked issue.
final
- priority → Priority?
-
The priority of the linked issue.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → StatusDetails?
-
The status of the linked issue.
final
- summary → String?
-
The summary description of the linked issue.
final
- timetracking → TimeTrackingDetails?
-
The time tracking of the linked issue.
final
Methods
-
copyWith(
{UserDetails? assignee, IssueTypeDetails? issueType, IssueTypeDetails? issuetype, Priority? priority, StatusDetails? status, String? summary, TimeTrackingDetails? timetracking}) → Fields -
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