DataStateLoading class abstract

Inheritance

Constructors

DataStateLoading()
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult fixed(DataStateFixed value), required TResult loading(DataStateLoading value), required TResult error(DataStateError value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult fixed(DataStateFixed value)?, TResult loading(DataStateLoading value)?, TResult error(DataStateError value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult fixed(DataStateFixed value)?, TResult loading(DataStateLoading value)?, TResult error(DataStateError value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult fixed(AdditionalDataState nextDataState, AdditionalDataState prevDataState)?, TResult loading()?, TResult error(Exception exception)?, required TResult orElse()}) → TResult
inherited
nextDataStateOrNull() → AdditionalDataState
inherited
nextKeyOrNull() String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prevDataStateOrNull() → AdditionalDataState
inherited
prevKeyOrNull() String?
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult fixed(AdditionalDataState nextDataState, AdditionalDataState prevDataState), required TResult loading(), required TResult error(Exception exception)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult fixed(AdditionalDataState nextDataState, AdditionalDataState prevDataState)?, TResult loading()?, TResult error(Exception exception)?}) → TResult?
inherited

Operators

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