IosDeviceInfo constructor

IosDeviceInfo({
  1. String deviceId = '',
  2. String deviceName = '',
  3. String systemName = '',
  4. String sysVersion = '',
  5. String model = '',
  6. String ip = '',
  7. String brand = '',
  8. String resolution = '',
  9. String density = '',
  10. Map<String, dynamic>? json,
})

Implementation

IosDeviceInfo({this.deviceId = '',this.deviceName = '',this.systemName = '',this.sysVersion = '',this.model = '',this.ip = '',this.brand = '',this.resolution = '',this.density = '', Map<String, dynamic>? json});