Expected<I, O> constructor
const
Expected<I, O> (
- String tag,
- ParserBuilder<
I, O> p
Implementation
const Expected(this.tag, this.p);
const Expected(this.tag, this.p);