DeviceInformation constructor
DeviceInformation({})
Implementation
DeviceInformation(
{this.deviceData = const {},
this.platform,
this.deviceId,
this.deviceName,
this.deviceModel,
this.deviceManufacturer,
this.operatingSystem,
this.hardware})
: super();