CertificateConfigPair constructor

CertificateConfigPair({
  1. CertificateConfig? cert,
  2. CertificateConfig? key,
})

Implementation

CertificateConfigPair({this.cert, this.key});