ApiException.fromResponse constructor

ApiException.fromResponse(
  1. Response response
)

Implementation

ApiException.fromResponse(Response response) : this.fromJson(response.statusCode, jsonDecode(response.body));