menu
atom_notifier package
documentation
application_states.dart
TypedState<L, R>
isLoading method
isLoading method
dark_mode
light_mode
isLoading
method
bool
isLoading
(
)
Implementation
bool isLoading() => (this is LoadingState<L, R>);
atom_notifier package
documentation
application_states
TypedState<L, R>
isLoading method
TypedState extension on
AtomAppState
<
L
,
R
>