GoogleFirebaseAppdistroV1alphaAabCertificate constructor

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

Implementation

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