Response<T> copyWith<T>({dio.Response response, T body}) => Response(response ?? this.response, body ?? this.body);