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