LexerError constructor

LexerError(
  1. String message,
  2. int lineNo,
  3. int position
)

Implementation

LexerError(this.message, this.lineNo, this.position);