TelephonyInfo class

Constructors

TelephonyInfo({String? displayName, String? mobileNetworkCode, String? radioType, String? networkGeneration, String? cellId, String? cellSignalStrength})

Properties

cellId String?
The cell id (cid) and local area code
getter/setter pair
cellSignalStrength String?
The cell signal strenght
getter/setter pair
displayName String?
The name of the user’s home cellular service provider.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mobileNetworkCode String?
The mobile network code (MNC) for the user’s cellular service provider.
getter/setter pair
networkGeneration String?
The mobile network radioType: 5G, 4G ... 2G
getter/setter pair
radioType String?
The mobile network generation: LTE, HSDPA, e.t.c
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

decode(Object result) TelephonyInfo