Tuple5<T1, T2, T3, T4, T5> class
Constructors
-
Tuple5(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
-
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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited