GoogleFirebaseAppdistroV1alphaTesterUdid constructor

GoogleFirebaseAppdistroV1alphaTesterUdid({
  1. String? name,
  2. String? platform,
  3. String? udid,
})

Implementation

GoogleFirebaseAppdistroV1alphaTesterUdid({
  this.name,
  this.platform,
  this.udid,
});