menu
swift_flutter package
documentation
core/rx_future.dart
AsyncValue<T>
isLoading property
isLoading property
dark_mode
light_mode
isLoading
property
bool
get
isLoading
Implementation
bool get isLoading => state == AsyncState.loading;
swift_flutter package
documentation
core/rx_future
AsyncValue<T>
isLoading property
AsyncValue class