seatList property

ValueNotifier<List<SeatInfo>> seatList
getter/setter pair

Implementation

ValueNotifier<List<SeatInfo>> seatList = ValueNotifier([]);