length property

int get length

The number of entries in the history stack.

Implementation

int get length => _stack.length;