ParseError constructor
ParseError(
- String message
Creates a parse-error event with the given message.
Implementation
ParseError(this.message);
Creates a parse-error event with the given message.
ParseError(this.message);