TicketMobileWithLastCommentDTO constructor
TicketMobileWithLastCommentDTO({
- int? id,
- DateTime? createdAt,
- DateTime? modifiedAt,
- DateTime? closedAt,
- String? subject,
- String? description,
- TicketMobileWithLastCommentDTOTicketStateEnum? ticketState,
- List<
String> possibleTicketStates = const [], - TicketMobileWithLastCommentDTOTicketPriorityEnum? ticketPriority,
- DateTime? dueDate,
- String? ticketCategory,
- String? ticketArea,
- String? projectName,
- List<
String> tags = const [], - List<
TicketMemberContactDTO> ticketMembersContactInfo = const [], - List<
TicketRelatedDTO> relations = const [], - bool? privateTicket,
- bool? noComments,
- int? ticketMemberCount,
- bool? pinned,
- String? lastCommentText,
- int? lastCommentAuthorSubjectId,
- String? lastCommentAuthor,
- DateTime? lastCommentCreatedAt,
- List<
int> allCommentAuthorSubjectIds = const [], - List<
int> allCommentAuthorRelationshipIds = const [],
Returns a new TicketMobileWithLastCommentDTO instance.
Implementation
TicketMobileWithLastCommentDTO({
this.id,
this.createdAt,
this.modifiedAt,
this.closedAt,
this.subject,
this.description,
this.ticketState,
this.possibleTicketStates = const [],
this.ticketPriority,
this.dueDate,
this.ticketCategory,
this.ticketArea,
this.projectName,
this.tags = const [],
this.ticketMembersContactInfo = const [],
this.relations = const [],
this.privateTicket,
this.noComments,
this.ticketMemberCount,
this.pinned,
this.lastCommentText,
this.lastCommentAuthorSubjectId,
this.lastCommentAuthor,
this.lastCommentCreatedAt,
this.allCommentAuthorSubjectIds = const [],
this.allCommentAuthorRelationshipIds = const [],
});