Choice6<I, O> constructor

const Choice6<I, O>(
  1. ParserBuilder<I, O> p1,
  2. ParserBuilder<I, O> p2,
  3. ParserBuilder<I, O> p3,
  4. ParserBuilder<I, O> p4,
  5. ParserBuilder<I, O> p5,
  6. ParserBuilder<I, O> p6,
)

Implementation

const Choice6(this.p1, this.p2, this.p3, this.p4, this.p5, this.p6);