BookingHistoryModel constructor

BookingHistoryModel({
  1. List<BookingHistory>? bookingsList,
  2. String? message,
})

Implementation

BookingHistoryModel({this.bookingsList, this.message});