count property

int get count

Number of valid layers in the history. (exclude undone layers).

Implementation

int get count => _history._cursor;