DetaError constructor

DetaError({
  1. DetaResponse? response,
})

Class for error in the request.

Implementation

DetaError({this.response});