GoogleFirebaseAppdistroV1TestCertificate constructor

GoogleFirebaseAppdistroV1TestCertificate({
  1. String? hashMd5,
  2. String? hashSha1,
  3. String? hashSha256,
})

Implementation

GoogleFirebaseAppdistroV1TestCertificate({
  this.hashMd5,
  this.hashSha1,
  this.hashSha256,
});