LaunchResults<L extends LaunchResponse> class
Constructors
-
LaunchResults.new(L? _mainResponse, ProviderKey<
dynamic, LaunchResponse> ? _handledBy, Map<ProviderKey< _otherResponses)dynamic, LaunchResponse> ?, L?> - LaunchResults.builder()
-
LaunchResults.single(L response, [ProviderKey<
dynamic, LaunchResponse> ? provider])
Properties
-
allAttempts
→ Map<
ProviderKey< dynamic, LaunchResponse> ?, L?> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSuccessful → bool?
-
no setter
- mainResult → L?
-
no setter
-
otherResponses
→ Map<
ProviderKey< dynamic, LaunchResponse> ?, L?> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
freeze(
) → LaunchResults< L> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator []=(
ProviderKey< dynamic, LaunchResponse> key, L result) → void