SchemaParseException constructor

const SchemaParseException(
  1. String message, {
  2. int? line,
  3. int? column,
})

Creates a parse exception.

Implementation

const SchemaParseException(this.message, {this.line, this.column});