menu
stl
stl.dart
Queue
<
T
>
size property
size
dark_mode
light_mode
size
property
int
get
size
Returns the number of elements in the queue.
Implementation
int get size => _container.length;
stl
stl
Queue
<
T
>
size property
Queue class