Icon class

An icon. If no icon is defined:

  • for a status icon, no status icon displays in Jira.
  • for the remote object icon, the default link icon displays in Jira.

Constructors

Icon({String? link, String? title, String? url16X16})
Icon.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
The URL of the tooltip, used only for a status icon. If not set, the status icon in Jira is not clickable.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of the icon. This is used as follows:
final
url16X16 String?
The URL of an icon that displays at 16x16 pixel in Jira.
final

Methods

copyWith({String? link, String? title, String? url16X16}) Icon
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