Returns true if is a successful status: from range 200 to 299.
true
@override bool get isStatusSuccessful => httpStatus.isStatusSuccessful;