RemoteObject class

The linked item.

Constructors

RemoteObject({Icon? icon, Status? status, String? summary, required String title, required String url})
RemoteObject.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Icon?
Details of the icon for the item. If no icon is defined, the default link icon is used in Jira.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status?
The status of the item.
final
summary String?
The summary details of the item.
final
title String
The title of the item.
final
url String
The URL of the item.
final

Methods

copyWith({Icon? icon, Status? status, String? summary, String? title, String? url}) RemoteObject
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