GetBookingStatsModel constructor
- BookingData? searched,
- BookingData? booked,
- String? message,
Implementation
GetBookingStatsModel({
this.searched,
this.booked,
this.message,
});
GetBookingStatsModel({
this.searched,
this.booked,
this.message,
});