Tuple2<E0 extends Object?, E1 extends Object?> class

Implemented types
Mixed-in types
Implementers

Constructors

Tuple2(E0 e0, E1 e1)
const
Tuple2.fromTupleN(TupleN2<E0, E1> tpl)
factory

Properties

e0 → E0
final
e1 → E1
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