menu
sector
sector.dart
FlatQueue
length property
length
dark_mode
light_mode
length
property
int
length
The length of the queue.
Implementation
int get length => _length;
sector
sector
FlatQueue
length property
FlatQueue class