getCounter method

int? getCounter()

Implementation

int? getCounter() {
  return _counter;
}