BookingList constructor
Implementation
BookingList(
{this.bookingId,
this.evenImage,
this.eventName,
this.eventAddress,
this.startDate,
this.startTime,
this.endTime,
this.userId,
this.eventStatus});
BookingList(
{this.bookingId,
this.evenImage,
this.eventName,
this.eventAddress,
this.startDate,
this.startTime,
this.endTime,
this.userId,
this.eventStatus});