isFailed static method

  1. @Deprecated("see class (ApiParserFastor)")
bool isFailed(
  1. int? n
)

Implementation

@Deprecated("see class (ApiParserFastor)")
static bool isFailed(int? n ) {
  return !isSuccess(n);
}