ParseError constructor

ParseError(
  1. String errorCode,
  2. SourceSpan? span,
  3. Map<String, Object?>? data
)

Implementation

ParseError(this.errorCode, this.span, this.data);