ServerException constructor
const
ServerException({
- Response? parsedResponse,
- int? statusCode,
- Object? originalException,
- StackTrace? originalStackTrace,
Implementation
const ServerException({
this.parsedResponse,
this.statusCode,
Object? originalException,
StackTrace? originalStackTrace,
}) : super(originalException, originalStackTrace);