NetworkException constructor
NetworkException({
- required NetworkError error,
- required int? statusCode,
- dynamic response,
Implementation
NetworkException({
required this.error,
required this.statusCode,
this.response,
});