HTTPSException constructor
HTTPSException({
- required String message,
- int? statusCode,
- Object? originalError,
- StackTrace? stackTrace,
Implementation
HTTPSException({
required this.message,
this.statusCode,
this.originalError,
this.stackTrace,
});