RemoteIssueLink constructor
RemoteIssueLink({
- Application? application,
- String? globalId,
- int? id,
- RemoteObject? object,
- String? relationship,
- String? self,
Implementation
RemoteIssueLink(
{this.application,
this.globalId,
this.id,
this.object,
this.relationship,
this.self});