size property

int get size

Gets the size of the stack

Implementation

int get size => _items.length;