menu
flutter_async package
documentation
async_notifier.dart
AsyncSnapshotExtension<T>
hasNone property
hasNone property
dark_mode
light_mode
hasNone
property
bool
get
hasNone
Returns whether this snapshot has neither
data
/
error
.
Implementation
bool get hasNone => !hasData && !hasError;
flutter_async package
documentation
async_notifier
AsyncSnapshotExtension<T>
hasNone property
AsyncSnapshotExtension extension on
AsyncSnapshot
<
T
>