TicketMobileCommentDTO constructor
TicketMobileCommentDTO({})
Returns a new TicketMobileCommentDTO instance.
Implementation
TicketMobileCommentDTO({
this.id,
this.createdAt,
this.creatorSubjectId,
this.creatorSubjectName,
this.text,
this.attachmentIds = const [],
this.modifiedAt,
this.messageType,
this.deletedAt,
this.deletedBySubjectId,
this.deletedByName,
this.allowEdit,
});