CertificateException constructor

const CertificateException([
  1. String message = "",
  2. OSError? osError
])

Implementation

@pragma("vm:entry-point")
const CertificateException([String message = "", OSError? osError])
    : super._("CertificateException", message, osError);