reservations property

List<Reservation>? reservations
getter/setter pair

List of reservations visible to the user.

Implementation

core.List<Reservation>? reservations;