Tuple7<I, O1, O2, O3, O4, O5, O6, O7> constructor

const Tuple7<I, O1, O2, O3, O4, O5, O6, O7>(
  1. ParserBuilder<I, O1> p1,
  2. ParserBuilder<I, O2> p2,
  3. ParserBuilder<I, O3> p3,
  4. ParserBuilder<I, O4> p4,
  5. ParserBuilder<I, O5> p5,
  6. ParserBuilder<I, O6> p6,
  7. ParserBuilder<I, O7> p7,
)

Implementation

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