menu
resource_state package
documentation
resource/resource_state.dart
ResourceState<S>
isLoading property
isLoading property
dark_mode
light_mode
isLoading
property
bool
get
isLoading
Implementation
bool get isLoading => _state == ResourceStateEnum.LOADING;
resource_state package
documentation
resource/resource_state
ResourceState<S>
isLoading property
ResourceState class