Data constructor

Data({
  1. int? total,
  2. List<Bookings>? bookings,
})

Implementation

Data({this.total, this.bookings});