length property

int length

Number of items in stack.

Implementation

int get length => _stack.length;