TicketMobileBaseDTOInternal constructor
TicketMobileBaseDTOInternal({
- int? id,
- DateTime? createdAt,
- DateTime? modifiedAt,
- DateTime? closedAt,
- String? subject,
- String? description,
- TicketMobileBaseDTOInternalTicketStateEnum? ticketState,
- List<
String> possibleTicketStates = const [], - TicketMobileBaseDTOInternalTicketPriorityEnum? ticketPriority,
- DateTime? dueDate,
- String? ticketCategory,
- String? ticketArea,
- String? projectName,
- List<
String> tags = const [], - List<
TicketMemberContactDTOInternal> ticketMembersContactInfo = const [], - List<
TicketRelatedDTOInternal> relations = const [], - bool? privateTicket,
- bool? noComments,
- int? ticketMemberCount,
- bool? pinned,
Returns a new TicketMobileBaseDTOInternal instance.
Implementation
TicketMobileBaseDTOInternal({
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,
});