Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> class

Constructors

Tuple11(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11)

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
t10 → T10
final
t11 → T11
final
t2 → T2
final
t3 → T3
final
t4 → T4
final
t5 → T5
final
t6 → T6
final
t7 → T7
final
t8 → T8
final
t9 → T9
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