DeviceMetadata constructor
DeviceMetadata({})
Implementation
DeviceMetadata({
this.cpuMake,
this.cpuModel,
this.deviceClass,
this.glEsVersion,
this.manufacturer,
this.nativePlatform,
this.productName,
this.ramMb,
this.screenDensityDpi,
this.screenHeightPx,
this.screenWidthPx,
});