RemoteIssueLink constructor

RemoteIssueLink({
  1. Application? application,
  2. String? globalId,
  3. int? id,
  4. RemoteObject? object,
  5. String? relationship,
  6. String? self,
})

Implementation

RemoteIssueLink(
    {this.application,
    this.globalId,
    this.id,
    this.object,
    this.relationship,
    this.self});