reachedMaxIterations property
bool
get
reachedMaxIterations
Whether the last run() reached the iteration limit.
Implementation
bool get reachedMaxIterations => _reachedMaxIterations;
Whether the last run() reached the iteration limit.
bool get reachedMaxIterations => _reachedMaxIterations;