userCount property

ValueNotifier<int> userCount
final

Implementation

final ValueNotifier<int> userCount = ValueNotifier(0);