usedWeight property

int usedWeight

This variable will track the current IP used weight, that - if high enough - may mean that too many requests has been done.

Because it can lead to IP ban, we have to be careful with this.

Implementation

int get usedWeight => _usedWeight;