IosDeviceInfo class

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

Constructors

IosDeviceInfo({String deviceId = '', String deviceName = '', String systemName = '', String sysVersion = '', String model = '', String ip = '', String brand = '', String resolution = '', String density = '', Map<String, dynamic>? json})
IosDeviceInfo.fromJson(Map<String, dynamic> json)
factory

Properties

brand String
品牌
getter/setter pair
density String
屏幕像素密度(e.g. 400dp)
getter/setter pair
deviceId String
设备号
getter/setter pair
deviceName String
设备名称
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String
局域网ip地址
getter/setter pair
model String
设备型号
getter/setter pair
resolution String
屏幕分辨率(e.g. 720x1920)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemName 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