MissingParserException constructor

MissingParserException(
  1. String elementName, [
  2. StackTrace? stackTrace
])

Implementation

MissingParserException(this.elementName, [this.stackTrace]);