Tuple5<E0 extends Object?, E1 extends Object?, E2 extends Object?, E3 extends Object?, E4 extends Object?> class
- Implemented types
-
- ProductType
- TupleN5<
E0, E1, E2, E3, E4>
- Mixed-in types
-
- TupleN5<
E0, E1, E2, E3, E4>
- TupleN5<
Constructors
- Tuple5(E0 e0, E1 e1, E2 e2, E3 e3, E4 e4)
-
const
-
Tuple5.fromTupleN(TupleN5<
E0, E1, E2, E3, E4> tpl) -
factory
Properties
- e0 → E0
-
final
- e1 → E1
-
final
- e2 → E2
-
final
- e3 → E3
-
final
- e4 → E4
-
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