ResponseConverterException constructor

const ResponseConverterException(
  1. String message, {
  2. Uri? uri,
  3. Object? innerException,
  4. StackTrace? innerStackTrace,
})

Implementation

const ResponseConverterException(
  super.message, {
  super.uri,
  super.innerException,
  super.innerStackTrace,
});