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