CertificateError constructor
CertificateError({
- required String message,
- String? host,
- String? certificateInfo,
- RequestOptions? requestOptions,
- StackTrace? stackTrace,
- Object? originalError,
- DateTime? timestamp,
Implementation
CertificateError({
required super.message,
this.host,
this.certificateInfo,
super.requestOptions,
super.stackTrace,
super.originalError,
super.timestamp,
});