EndOfInput constructor

EndOfInput(
  1. String expected,
  2. Location location
)

Creates an end-of-input error.

Implementation

EndOfInput(this.expected, this.location);