CertificateFingerprint constructor

CertificateFingerprint({
  1. String? sha256Hash,
})

Implementation

CertificateFingerprint({
  this.sha256Hash,
});