IosDeviceInfo constructor
      const
      IosDeviceInfo({})
     
    
IOS device info class.
Implementation
const IosDeviceInfo({
  this.name,
  this.systemName,
  this.systemVersion,
  this.model,
  this.localizedModel,
  this.identifierForVendor,
  required this.isPhysicalDevice,
  required this.utsname,
});