GoogleFirebaseApptestersV1alphaTesterApp constructor

GoogleFirebaseApptestersV1alphaTesterApp({
  1. String? bundleId,
  2. bool? consented,
  3. String? contactEmail,
  4. String? display,
  5. String? iconUrl,
  6. String? name,
  7. String? platform,
  8. int? releaseCount,
})

Implementation

GoogleFirebaseApptestersV1alphaTesterApp({
  this.bundleId,
  this.consented,
  this.contactEmail,
  this.display,
  this.iconUrl,
  this.name,
  this.platform,
  this.releaseCount,
});