isSuccessful method

bool isSuccessful()

HTTP status code

Implementation

bool isSuccessful() => this! >= 200 && this! <= 206;