maxSeatCount property

ValueNotifier<int> maxSeatCount
getter/setter pair

Implementation

ValueNotifier<int> maxSeatCount = ValueNotifier(0);