BookingData constructor
- BookingCategory? daily,
- BookingCategory? monthly,
- BookingCategory? lifetime,
- BookingCategory? weekly,
- int? highestPercentage,
Implementation
BookingData({
this.daily,
this.monthly,
this.lifetime,
this.weekly,
this.highestPercentage,
});