Report<C extends ClosingRangeAbstract> constructor

const Report<C extends ClosingRangeAbstract>(
  1. List<TicketWeebi> tickets,
  2. List<C> closingsObjects,
  3. DateTime start,
  4. DateTime end,
)

Implementation

const Report(
  this.tickets,
  this.closingsObjects,
  this.start,
  this.end,
);