Status class

The status of the item.

Constructors

Status({Icon? icon, bool? resolved})
Status.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Icon?
Details of the icon representing the status. If not provided, no status icon displays in Jira.
final
resolved bool
Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Icon? icon, bool? resolved}) Status
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