OthersInfo class

Constructors

OthersInfo({String deviceId = "", String deviceName = "", String deviceImei = "", String model = "", String networkType = "", String simNumber = "", String simSerialNumber = "", String carrierName = "", String countryIso = "", bool isActive = true, String simType = "unknown"})
OthersInfo.fromMap(Map<String, dynamic> map)
factory

Properties

carrierName String
getter/setter pair
countryIso String
getter/setter pair
deviceId String
getter/setter pair
deviceImei String
getter/setter pair
deviceName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isActive bool
getter/setter pair
model String
getter/setter pair
networkType String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simNumber String
getter/setter pair
simSerialNumber String
getter/setter pair
simType String
getter/setter pair

Methods

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

Operators

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

Static Methods

parseNetworkType(String type) String
parseSimType(String type) String