CertificateAuthority constructor
CertificateAuthority({
- ManagedCertificateAuthority? managedServerCa,
- String? name,
Implementation
CertificateAuthority({this.managedServerCa, this.name});