TicketListMobileDTO constructor
TicketListMobileDTO({})
Returns a new TicketListMobileDTO instance.
Implementation
TicketListMobileDTO({
this.activeCount,
this.inactiveCount,
this.activeCreatedByMeCount,
this.activeDueIn30Days,
this.list = const [],
});