HttpResponseLoading<T> class abstract

Implemented types
Available Extensions

Constructors

HttpResponseLoading(AsyncValue<HttpResponseState<T>>? value)
const
factory

Properties

copyWith → _$$HttpResponseLoadingCopyWith<T, _$HttpResponseLoading<T>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → AsyncValue<HttpResponseState<T>>?
no setter

Methods

map<TResult extends Object?>(TResult $default(HttpResponseData<T> value), {required TResult error(HttpResponseError<T> value), required TResult loading(HttpResponseLoading<T> value)}) → TResult
inherited
mapOrNull<TResult extends Object?>(TResult $default(HttpResponseData<T> value)?, {TResult error(HttpResponseError<T> value)?, TResult loading(HttpResponseLoading<T> value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>(TResult $default(HttpResponseData<T> value)?, {TResult error(HttpResponseError<T> value)?, TResult loading(HttpResponseLoading<T> value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>(TResult $default(T data)?, {TResult error(Exception exception)?, TResult loading(AsyncValue<HttpResponseState<T>>? value)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>(TResult $default(T data), {required TResult error(Exception exception), required TResult loading(AsyncValue<HttpResponseState<T>>? value)}) → TResult
inherited
whenOrNull<TResult extends Object?>(TResult $default(T data)?, {TResult error(Exception exception)?, TResult loading(AsyncValue<HttpResponseState<T>>? value)?}) → TResult?
inherited

Operators

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