IosDevice constructor

const IosDevice({
  1. String? systemVersion,
  2. String? model,
})

Implementation

const IosDevice({
  this.systemVersion,
  this.model,
});