TicketLifecycleMobileDTO constructor

TicketLifecycleMobileDTO({
  1. List<TicketMobileCommentDTO> comments = const [],
  2. List<HistoryEventDTO> history = const [],
  3. List<FileDTO> attachmentMetadata = const [],
})

Returns a new TicketLifecycleMobileDTO instance.

Implementation

TicketLifecycleMobileDTO({
  this.comments = const [],
  this.history = const [],
  this.attachmentMetadata = const [],
});