pumpCount property
int
get
pumpCount
Number of times pump has been called (including the implicit pump inside pumpWidget).
Implementation
int get pumpCount => _pumpCount;
Number of times pump has been called (including the implicit pump inside pumpWidget).
int get pumpCount => _pumpCount;