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