FutureReservationsScopedList constructor

FutureReservationsScopedList({
  1. List<FutureReservation>? futureReservations,
  2. FutureReservationsScopedListWarning? warning,
})

Implementation

FutureReservationsScopedList({this.futureReservations, this.warning});