menu
omnyshell_web package
documentation
state/async_state.dart
AsyncState<T>
hasData property
hasData property
dark_mode
light_mode
hasData
property
bool
get
hasData
Whether a value is present.
Implementation
bool get hasData => data != null;
omnyshell_web package
documentation
state/async_state
AsyncState<T>
hasData property
AsyncState class