GoogleFirebaseAppdistroV1alphaApp constructor

GoogleFirebaseAppdistroV1alphaApp({
  1. GoogleFirebaseAppdistroV1alphaAabCertificate? aabCertificate,
  2. String? aabState,
  3. String? appId,
  4. String? bundleId,
  5. String? contactEmail,
  6. String? platform,
  7. String? projectNumber,
})

Implementation

GoogleFirebaseAppdistroV1alphaApp({
  this.aabCertificate,
  this.aabState,
  this.appId,
  this.bundleId,
  this.contactEmail,
  this.platform,
  this.projectNumber,
});