pumpCount property

int get pumpCount

Number of times pump has been called (including the implicit pump inside pumpWidget).

Implementation

int get pumpCount => _pumpCount;