retryAttempts property

Map<String, RetryEntry> get retryAttempts

Pending retry entries (read-only view).

Implementation

Map<String, RetryEntry> get retryAttempts =>
    Map<String, RetryEntry>.unmodifiable(_retryAttempts);