addEstimatedCount method

void addEstimatedCount(
  1. int count
)

Implementation

void addEstimatedCount(int count) {
  _estimatedCount += count;
}