ensureNotEOS method

dynamic ensureNotEOS()

Implementation

ensureNotEOS() {
  if (isEOS) throw ArgumentError("unexpected end of input");
}