nextNumber method

String nextNumber()

Gets the next equation number

Implementation

String nextNumber() {
  _counter++;
  return _counter.toString();
}