BookingStats constructor
Implementation
BookingStats({
required this.totalBookings,
required this.totalSavings,
required this.bookingsPercentageChange,
required this.savingsPercentageChange,
required this.neoMiles,
});
BookingStats({
required this.totalBookings,
required this.totalSavings,
required this.bookingsPercentageChange,
required this.savingsPercentageChange,
required this.neoMiles,
});