menu
tikka package
documentation
util/stack.dart
Stack<T>
size property
size property
dark_mode
light_mode
size
property
int
get
size
Gets the size of the stack
Implementation
int get size => _items.length;
tikka package
documentation
util/stack
Stack<T>
size property
Stack class