FutureTuple<A, B> class
- Implemented types
-
- Resolvable<
Tuple< A, B> >
- Resolvable<
Constructors
-
FutureTuple(FutureOr<
A> ? _first, FutureOr<B> _second)
Properties
- first → A
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isResolved → bool
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- second → B
-
no setter
Methods
-
futureValue(
) → Future< Tuple< A, B> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveOrNull(
) → Tuple< A, B> ? -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override