atEnd property

bool get atEnd

Implementation

bool get atEnd {
  return position >= inputLength && pending.isEmpty;
}