length property

int get length

Size of the stack.

Implementation

int get length => _stack.length;