LceState<DATA extends Object>.loading constructor
const
LceState<DATA extends Object>.loading (
- DATA? data,
- bool dataIsValid, [
- LoadingType type
DATA is loading
data is the current data if any
dataIsValid Data validity at the time of emission
type Loading type
Implementation
const factory LceState.loading(DATA? data, bool dataIsValid, [ LoadingType type ]) = LceLoading;