Choice7<I, O> constructor
const
Choice7<I, O> (
- ParserBuilder<
I, O> p1, - ParserBuilder<
I, O> p2, - ParserBuilder<
I, O> p3, - ParserBuilder<
I, O> p4, - ParserBuilder<
I, O> p5, - ParserBuilder<
I, O> p6, - ParserBuilder<
I, O> p7,
Implementation
const Choice7(this.p1, this.p2, this.p3, this.p4, this.p5, this.p6, this.p7);