succeeded method

bool succeeded(
  1. dynamic key
)

Returns the status by key if succeeded or not

Implementation

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