incrementCount method

void incrementCount()

Implementation

void incrementCount() {
  _count++;
}