MmooCarrierInfo class

Constructors

MmooCarrierInfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 Properties

all Future<CarrierData?>
Get all carrier data from device
no setter
allowsVOIP Future<bool>
Indicates if the carrier allows VoIP calls to be made on its network.
no setter
carrierName Future<String?>
The name of the user’s home cellular service provider.
no setter
isoCountryCode Future<String?>
The ISO country code for the user’s cellular service provider.
no setter
mobileCountryCode Future<String?>
The mobile country code (MCC) for the user’s cellular service provider.
no setter
mobileNetworkCode Future<String?>
The mobile network code (MNC) for the user’s cellular service provider.
no setter
mobileNetworkOperator Future<String?>
The mobile network operator code for the user’s cellular service provider.
no setter
networkGeneration Future<String?>
The mobile network generation: LTE, HSDPA, e.t.c
no setter
radioType Future<String?>
The mobile network radioType: 5G, 4G ... 2G
no setter