BadResponseException constructor

BadResponseException({
  1. required String message,
  2. Object? exception,
  3. StackTrace? stackTrace,
})

Implementation

BadResponseException({required this.message, this.exception, this.stackTrace});