CertificateAuthority constructor

CertificateAuthority({
  1. ManagedCertificateAuthority? managedServerCa,
  2. String? name,
})

Implementation

CertificateAuthority({this.managedServerCa, this.name});