ConnectionException constructor
ConnectionException({
- required FormatException formatException,
- required String responseStatus,
- required String responseBody,
Implementation
ConnectionException({
required this.formatException,
required this.responseStatus,
required this.responseBody,
});