menu
bones_ui package
documentation
bones_ui_kit.dart
AsyncValue<T>
isLoadedOK property
isLoadedOK property
dark_mode
light_mode
isLoadedOK
property
bool
get
isLoadedOK
Returns
true
if
isLoaded
and no error (OK).
Implementation
bool get isLoadedOK => _loaded && _error == null;
bones_ui package
documentation
bones_ui_kit
AsyncValue<T>
isLoadedOK property
AsyncValue class