stateHash property
int
get
stateHash
Takes a state snapshot of the current segments
Implementation
int get stateHash => const ListEquality().hash(_addedSegments) ^ pageCount;
Takes a state snapshot of the current segments
int get stateHash => const ListEquality().hash(_addedSegments) ^ pageCount;