predicate property

bool Function(int failureCount, Object error, StackTrace stackTrace) predicate
final

Given how many attempts had failed before this one and what it threw, whether to try again.

Implementation

final bool Function(int failureCount, Object error, StackTrace stackTrace)
    predicate;