FailMessage<I, O> constructor
const
FailMessage<I, O> (
- SemanticAction<
int> pos, - String message, [
- SemanticAction<
int> ? start, - SemanticAction<
int> ? end,
Implementation
const FailMessage(this.pos, this.message, [this.start, this.end]);