userCount property

ValueNotifier<int> userCount
getter/setter pair

Implementation

ValueNotifier<int> userCount = ValueNotifier(0);