DeviceInfo constructor
DeviceInfo({})
Implementation
DeviceInfo({
required this.systemName,
required this.systemVersion,
required this.model,
required this.modelMachine,
required this.modelName,
required this.isPhysicalDevice,
required this.brand,
});