menu
black_hole_flutter package
documentation
black_hole_flutter.dart
AsyncSnapshotBlackHole<T>
hasNoError property
hasNoError property
dark_mode
light_mode
hasNoError
property
bool
get
hasNoError
Returns whether this snapshot has a
null
error
value.
Implementation
bool get hasNoError => !hasError;
black_hole_flutter package
documentation
black_hole_flutter
AsyncSnapshotBlackHole<T>
hasNoError property
AsyncSnapshotBlackHole extension on
AsyncSnapshot
<
T
>