Tuple1<E0 extends Object?> class

Implemented types
Mixed-in types

Constructors

Tuple1(E0 e0)
const
Tuple1.fromTupleN(TupleN1<E0> tpl)
factory

Properties

e0 → E0
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