reservations property

List<Reservation>? reservations
getter/setter pair

A list of reservations contained in this scope.

Implementation

core.List<Reservation>? reservations;