AndroidDeviceInfo constructor
AndroidDeviceInfo({
- String deviceId = '',
- String deviceName = '',
- String brand = '',
- String sysVersion = '',
- String kernelVersion = '',
- String model = '',
- String hardware = '',
- String cpuCoreNum = '',
- String androidId = '',
- String resolution = '',
- String density = '',
- String storageSize = '',
- String runMemory = '',
- String manufacturer = '',
- String ip = '',
- String host = '',
- String abis = '',
- String board = '',
- Map<
String, dynamic> ? json,
Implementation
AndroidDeviceInfo({this.deviceId = '',this.deviceName = '',this.brand = '',this.sysVersion = '',this.kernelVersion = '',this.model = '',this.hardware = '',this.cpuCoreNum = '',this.androidId = '',this.resolution = '',this.density = '',this.storageSize = '',this.runMemory = '',this.manufacturer = '',this.ip = '',this.host = '',this.abis = '',this.board = '', Map<String, dynamic>? json});