seats property

Map<String, SeatInfo> get seats

Get all seats

Implementation

Map<String, SeatInfo> get seats => Map.unmodifiable(_seats);