AndroidDeviceInfo constructor
AndroidDeviceInfo({
- SystemInfo? system,
- CPUInfo? cpu,
- Android? android,
- DRMINFO? drmInfo,
- Memory? memory,
- CameraInfos? camera,
- Battery? battery,
- Display? display,
- Thermal? thermal,
- Network? network,
- SimInfo? simInfo,
- SystemFiles? systemFile,
This is the constructor for the class.
Implementation
AndroidDeviceInfo({
this.system,
this.cpu,
this.android,
this.drmInfo,
this.memory,
this.camera,
this.battery,
this.display,
this.thermal,
this.network,
this.simInfo,
this.systemFile,
});