isSuccessful method

bool isSuccessful()

Implementation

bool isSuccessful() => (this?.statusCode ?? 999) >= 200 && (this?.statusCode ?? 999) <= 299;