TemplateSyntaxError constructor

const TemplateSyntaxError(
  1. String? message, {
  2. String? path,
  3. int? line,
})

Implementation

const TemplateSyntaxError(super.message, {this.path, this.line});