AttachmentLinkDTO class

Constructors

AttachmentLinkDTO({String? content, String? jiraRest, String? self, String? thumbnail})
AttachmentLinkDTO.fromJson(Map<String, Object?> json)
factory

Properties

content String?
URL for the attachment.
final
hashCode int
The hash code for this object.
no setterinherited
jiraRest String?
REST API URL for the attachment
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
final
thumbnail String?
URL for the attachment's thumbnail image.
final

Methods

copyWith({String? content, String? jiraRest, String? self, String? thumbnail}) AttachmentLinkDTO
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