TicketRelatedDTOInternal constructor
TicketRelatedDTOInternal({
- TicketRelatedDTOInternalEntityTypeEnum? entityType,
- String? entityId,
- String? label,
Returns a new TicketRelatedDTOInternal instance.
Implementation
TicketRelatedDTOInternal({
this.entityType,
this.entityId,
this.label,
});