menu
sector
sector.dart
FlatQueue
isNotEmpty property
isNotEmpty
dark_mode
light_mode
isNotEmpty
property
bool
isNotEmpty
Whether the queue is not empty.
Implementation
bool get isNotEmpty => _length != 0;
sector
sector
FlatQueue
isNotEmpty property
FlatQueue class