LinkedResource class

Represents a linked resource for a task.

Annotations
  • @JsonSerializable()

Constructors

LinkedResource.new({String? id, String? displayName, String? webUrl, String? applicationName, String? externalId})
Creates a new LinkedResource instance.
LinkedResource.fromJson(Map<String, dynamic> json)
Creates a LinkedResource instance from a JSON object.
factory

Properties

applicationName String?
The application name of the link source.
final
displayName String?
The title of the link.
final
externalId String?
The external ID of the link.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier of the linked resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webUrl String?
The URL of the link.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this LinkedResource instance to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited