ReservationsScopedList constructor

ReservationsScopedList({
  1. List<Reservation>? reservations,
  2. ReservationsScopedListWarning? warning,
})

Implementation

ReservationsScopedList({
  this.reservations,
  this.warning,
});