GoogleFirebaseApptestersV1alphaDevice constructor

GoogleFirebaseApptestersV1alphaDevice({
  1. String? enrollIosDeviceUri,
  2. String? manufacturer,
  3. String? model,
  4. String? name,
  5. String? osVersion,
  6. String? platform,
  7. String? udid,
  8. String? useragent,
})

Implementation

GoogleFirebaseApptestersV1alphaDevice({
  this.enrollIosDeviceUri,
  this.manufacturer,
  this.model,
  this.name,
  this.osVersion,
  this.platform,
  this.udid,
  this.useragent,
});