TicketStatisticsDTO constructor
TicketStatisticsDTO({})
Returns a new TicketStatisticsDTO instance.
Implementation
TicketStatisticsDTO({
this.total,
this.active,
this.solved,
this.solvedInTime,
this.percentageSolvedInTime,
});