HttpException constructor

const HttpException(
  1. Response<Map<String, dynamic>> response
)

Returns the new instance of Exception.

Implementation

const HttpException(this.response);