CertificateInfo constructor
CertificateInfo({
- String? certificateId,
- String? commonName,
- DateTime? expiryDateTime,
- CertificateState? state,
- CertificateType? type,
Implementation
CertificateInfo({
this.certificateId,
this.commonName,
this.expiryDateTime,
this.state,
this.type,
});