FailExpected<I, O> constructor
const
FailExpected<I, O> (
- SemanticAction<
int> pos, - dynamic value, {
- SemanticAction<
int> ? start,
Implementation
const FailExpected(this.pos, this.value, {this.start});