AttachmentLinkDTO constructor

AttachmentLinkDTO({
  1. String? content,
  2. String? jiraRest,
  3. String? self,
  4. String? thumbnail,
})

Implementation

AttachmentLinkDTO({this.content, this.jiraRest, this.self, this.thumbnail});