hasForState method

bool hasForState(
  1. RequestLifecycleState state
)

Returns true if a timeout is specified for the specified state. Returns false otherwise.

Implementation

bool hasForState(RequestLifecycleState state) => forState(state) != null;