IOSDeviceModel constructor

IOSDeviceModel({
  1. bool? isEmulator,
  2. String? systemName,
  3. UTSModel? uts,
  4. String? model,
  5. String? uuid,
  6. String? localizedModel,
  7. String? systemVersion,
  8. String? name,
})

Implementation

IOSDeviceModel(
    {this.isEmulator,
    this.systemName,
    this.uts,
    this.model,
    this.uuid,
    this.localizedModel,
    this.systemVersion,
    this.name});