fansCount property

ValueNotifier<int> fansCount
getter/setter pair

Implementation

ValueNotifier<int> fansCount = ValueNotifier(0);