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