IosDevice constructor

IosDevice({
  1. String? iosModelId,
  2. String? iosVersionId,
  3. String? locale,
  4. String? orientation,
})

Implementation

IosDevice({
  this.iosModelId,
  this.iosVersionId,
  this.locale,
  this.orientation,
});