ServiceDeskDTO constructor
ServiceDeskDTO({
- SelfLinkDTO? links,
- String? id,
- String? projectId,
- String? projectKey,
- String? projectName,
Implementation
ServiceDeskDTO(
{this.links, this.id, this.projectId, this.projectKey, this.projectName});