ParseError constructor

ParseError(
  1. int start,
  2. int end,
  3. String text
)

Implementation

ParseError(this.start, this.end, this.text);