Tuple3<T1, T2, T3> class
Constructors
-
Tuple3(T1 left, T2 middle, T3 right)
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
left
→ T1
-
final
-
middle
→ T2
-
final
-
right
→ T3
-
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited