CellTotal constructor
const
CellTotal(
- DateRange dateRange,
- TicketType ticketType,
- double total
Implementation
const CellTotal(this.dateRange, this.ticketType, this.total);