menu
neuron
neuron.dart
AsyncState
<
T
>
isLoading property
isLoading
dark_mode
light_mode
isLoading
property
bool
get
isLoading
Whether this state represents loading.
Implementation
bool get isLoading => this is AsyncLoading<T>;
neuron
neuron
AsyncState
<
T
>
isLoading property
AsyncState class