Report<C extends ClosingRangeAbstract> constructor
const
Report<C extends ClosingRangeAbstract> (
- List<
TicketWeebi> tickets, - List<
C> closingsObjects, - DateTime start,
- DateTime end,
Implementation
const Report(
this.tickets,
this.closingsObjects,
this.start,
this.end,
);