CertificateHashes constructor

CertificateHashes({
  1. String? certificateHashMd5,
  2. String? certificateHashSha1,
  3. String? certificateHashSha256,
})

Implementation

CertificateHashes({
  this.certificateHashMd5,
  this.certificateHashSha1,
  this.certificateHashSha256,
});