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