Tuple3<E0 extends Object?, E1 extends Object?, E2 extends Object?> class
- Implemented types
-
- ProductType
- TupleN3<
E0, E1, E2>
- Mixed-in types
-
- TupleN3<
E0, E1, E2>
- TupleN3<
Constructors
- Tuple3(E0 e0, E1 e1, E2 e2)
-
const
-
Tuple3.fromTupleN(TupleN3<
E0, E1, E2> tpl) -
factory
Properties
- e0 → E0
-
final
- e1 → E1
-
final
- e2 → E2
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → ProductRuntimeType
-
A representation of the runtime type of the object.
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override