AndroidDeviceInfo class

Author lijinghuan Email:ljh0576123@163.com CreateTime:2023-01-30 Description:Generated file. Do not edit. Modifier: ModifyContent:

Constructors

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})
AndroidDeviceInfo.fromJson(Map<String, dynamic> json)
factory

Properties

abis String
cpu架构
getter/setter pair
androidId String
android id
getter/setter pair
board String
设备基板名称
getter/setter pair
brand String
品牌
getter/setter pair
cpuCoreNum String
cpu核心数
getter/setter pair
density String
屏幕像素密度(e.g. 400dp)
getter/setter pair
deviceId String
设备号
getter/setter pair
deviceName String
设备名称
getter/setter pair
hardware String
硬件名称
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String
主机
getter/setter pair
ip String
局域网ip地址
getter/setter pair
kernelVersion String
内核版本,手机的硬件(如主板,GPS,摄像头,WIFI,蓝牙等)驱动集合体的版本号
getter/setter pair
manufacturer String
厂商
getter/setter pair
model String
设备型号
getter/setter pair
resolution String
屏幕分辨率(e.g. 720x1920)
getter/setter pair
runMemory String
运行内存
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageSize String
存储大小
getter/setter pair
sysVersion String
系统版本
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited