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