CellTotal constructor

const CellTotal(
  1. DateRange dateRange,
  2. TicketType ticketType,
  3. double total
)

Implementation

const CellTotal(this.dateRange, this.ticketType, this.total);