isError static method

bool isError(
  1. dynamic o
)

Implementation

static bool isError(dynamic o) => !isSuccess(o);