SyntaxError constructor

SyntaxError(
  1. String message,
  2. FileSpan? span
)

Implementation

SyntaxError(this.message, this.span);