The set of HTTP status codes that are considered successful.
Exposed for unit testing only — do not read from production code.
@visibleForTesting Set<int> get testStatusCodes => Set.unmodifiable(_statusCodes);