bookingList property
inherited
Implementation
@override
List<BookingList> get bookingList {
_$bookingListAtom.reportRead();
return super.bookingList;
}
inherited
Implementation
@override
set bookingList(List<BookingList> value) {
_$bookingListAtom.reportWrite(value, super.bookingList, () {
super.bookingList = value;
});
}