TicketAttachmentDTOInternal constructor
TicketAttachmentDTOInternal({})
Returns a new TicketAttachmentDTOInternal instance.
Implementation
TicketAttachmentDTOInternal({
required this.id,
required this.ticketId,
required this.attachedAt,
required this.attachmentId,
required this.fileName,
required this.contentType,
required this.fileSize,
});