ServiceDeskDTO constructor

ServiceDeskDTO({
  1. SelfLinkDTO? links,
  2. String? id,
  3. String? projectId,
  4. String? projectKey,
  5. String? projectName,
})

Implementation

ServiceDeskDTO(
    {this.links, this.id, this.projectId, this.projectKey, this.projectName});