Tuple7<T1, T2, T3, T4, T5, T6, T7> class

Constructors

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

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

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