Tuple6<I, O1, O2, O3, O4, O5, O6> constructor
const
Tuple6<I, O1, O2, O3, O4, O5, O6> (})
Implementation
const Tuple6(this.p1, this.p2, this.p3, this.p4, this.p5, this.p6,
{String? name})
: super(name);