CertificateInfo constructor

CertificateInfo({
  1. String? sha256Fingerprint,
})

Implementation

CertificateInfo({
  this.sha256Fingerprint,
});