HttpResponseError constructor

const HttpResponseError({
  1. required int statusCode,
})

Used by the platform implementation to create a new HttpResponseError.

Implementation

const HttpResponseError({
  required this.statusCode,
});