failed method

bool failed(
  1. dynamic key
)

Returns the status by key if failed or not

Implementation

bool failed(key) => statusFor(key) == GetStatus.failed;