currentPosition method

int currentPosition()

Implementation

int currentPosition() {
  return _currentPosition ?? 0;
}