Nested<I, O> constructor
const
Nested<I, O> (
- String message,
- String tag,
- ParserBuilder<
I, O> parser
Implementation
const Nested(this.message, this.tag, this.parser);