Certificate constructor
Certificate({
- String? certificateId,
- ClientCertAuthSettings? clientCertAuthSettings,
- String? commonName,
- DateTime? expiryDateTime,
- DateTime? registeredDateTime,
- CertificateState? state,
- String? stateReason,
- CertificateType? type,
Implementation
Certificate({
this.certificateId,
this.clientCertAuthSettings,
this.commonName,
this.expiryDateTime,
this.registeredDateTime,
this.state,
this.stateReason,
this.type,
});