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