count property
int
get
count
Number of valid layers in the history. (exclude undone layers).
Implementation
int get count => _history._cursor;
Number of valid layers in the history. (exclude undone layers).
int get count => _history._cursor;