CertificateErrorEvent constructor

CertificateErrorEvent({
  1. required int eventId,
  2. required String errorType,
  3. required String requestURL,
})

Implementation

CertificateErrorEvent({
  required this.eventId,
  required this.errorType,
  required this.requestURL,
});