Returns true if the request completed successfully.
true
Unlike previous versions, this no longer depends on data being non-null, so successful responses with an empty body are reported correctly.
bool get isSuccess => _isSuccess;