DiscountSummary constructor

const DiscountSummary({
  1. Key? key,
  2. required BookingHistory history,
})

Implementation

const DiscountSummary({
  super.key,
  required this.history,
});