ProductSigningCertificate constructor

ProductSigningCertificate({
  1. String? certificateHashSha1,
  2. String? certificateHashSha256,
})

Implementation

ProductSigningCertificate({
  this.certificateHashSha1,
  this.certificateHashSha256,
});