menu
scobro_foundation_flutter package
documentation
framework/loadable_state.dart
LoadableState<T>
LoadableState.new const constructor
LoadableState.new const constructor
dark_mode
light_mode
LoadableState<
T
>
constructor
const
LoadableState<
T
>
(
{
bool
isLoading
=
false
,
T?
data
,
String
?
errorMessage
,
})
Implementation
const LoadableState({ this.isLoading = false, this.data, this.errorMessage, });
scobro_foundation_flutter package
documentation
framework/loadable_state
LoadableState<T>
LoadableState.new const constructor
LoadableState class