HttpError constructor

HttpError(
  1. int status,
  2. Map<String, String> headers,
  3. dynamic data
)

Implementation

HttpError(this.status, this.headers, this.data);