menu
tfn_design_system package
documentation
features/signin/async_value.dart
AsyncValue<T>
hasData property
hasData property
dark_mode
light_mode
hasData
property
bool
get
hasData
Checks if the state has data
Implementation
bool get hasData => this is AsyncData<T>;
tfn_design_system package
documentation
features/signin/async_value
AsyncValue<T>
hasData property
AsyncValue class