ServerException constructor Null safety
- {Response? parsedResponse,
- dynamic originalException}
Implementation
const ServerException({
this.parsedResponse,
dynamic originalException,
}) : super(originalException);
const ServerException({
this.parsedResponse,
dynamic originalException,
}) : super(originalException);