menu
betto_common package
documentation
collections.dart
Stack<E>
length property
length property
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 package
documentation
collections
Stack<E>
length property
Stack class