retryDelay property

Duration retryDelay
finalinherited

When a step fails, it will wait this long before retrying. For instance, you know that when it fails, it can take a bit longer (async).

Implementation

final Duration retryDelay;