SDNException constructor

SDNException(
  1. Response response
)

Implementation

SDNException(http.Response this.response)
    : raw = json.decode(response.body) as Map<String, Object?>;