isErrorStatusCodeForTest static method

  1. @visibleForTesting
bool isErrorStatusCodeForTest(
  1. int? statusCode
)

Implementation

@visibleForTesting
static bool isErrorStatusCodeForTest(int? statusCode) =>
    _isErrorStatusCode(statusCode);