diff --git a/lib/src/network_response.dart b/lib/src/network_response.dart index f33030d..3ea7645 100644 --- a/lib/src/network_response.dart +++ b/lib/src/network_response.dart @@ -39,7 +39,8 @@ class NetworkResponse with _$NetworkResponse { }) = _UnprocessableEntity; /// 426 - for responses when access to a resource requires a client upgrade. - const factory NetworkResponse.upgradeRequired(DioException error) = _UpgradeRequired; + const factory NetworkResponse.upgradeRequired(DioException error) = + _UpgradeRequired; /// 500 - for responses where the service had an error while processing /// the request.