remainingIterationsCount property

int get remainingIterationsCount

How many iterations this controller has remaining. When this reaches 0 the controller is considered completed.

Implementation

int get remainingIterationsCount => _remainingCount;