PolyTuple4<T, U, V, W> class

Basic four value tuple, where the values have different types.

Use tuple.x, tuple.y, tuple.z, or tuple.q to lookup values. For tuples containing values of the same type, use Tuple4 instead.

Constructors

PolyTuple4(T x, U y, V z, W q)

Properties

hashCode int
The hash code for this object.
no setterinherited
q ↔ W
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x ↔ T
getter/setter pair
y ↔ U
getter/setter pair
z ↔ V
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toList() List
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited