DeviceInfo.unknown constructor
DeviceInfo.unknown({})
Implementation
DeviceInfo.unknown(
{required this.language,
required this.locale,
this.ipAddress,
this.geo,
required this.isSimulator})
: deviceBrand = null,
deviceType = "Unknown",
deviceModel = null,
software = null,
deviceId = 'unknown-device',
softwareVersion = null;