Tuple8<T1, T2, T3, T4, T5, T6, T7, T8> class

Constructors

Tuple8(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t1 → T1
final
t2 → T2
final
t3 → T3
final
t4 → T4
final
t5 → T5
final
t6 → T6
final
t7 → T7
final
t8 → T8
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited