count method

ValueListenable<int> count()

Implementation

ValueListenable<int> count() {
  return _count;
}