popCount property

int popCount
getter/setter pair

Number of container pops (pop calls, plus maybePop calls that could not pop an in-Flutter route).

Implementation

int popCount = 0;