menu
betto_common
collections.dart
Stack
<
E
>
length property
length
dark_mode
light_mode
length
property
int
get
length
Returns the number of elements in the stack.
Implementation
int get length => _list.length;
betto_common
collections
Stack
<
E
>
length property
Stack class