ReservationsScopedList constructor
ReservationsScopedList({
- List<
Reservation> ? reservations, - ReservationsScopedListWarning? warning,
Implementation
ReservationsScopedList({this.reservations, this.warning});