menu
sector
sector.dart
Grid
<
E
>
isNotEmpty property
isNotEmpty
dark_mode
light_mode
isNotEmpty
property
bool
isNotEmpty
Whether the grid contains at least one element that is not
empty
.
Implementation
bool get isNotEmpty => !isEmpty;
sector
sector
Grid
<
E
>
isNotEmpty property
Grid class