CarrierData class

Carrier Data Model

Constructors

CarrierData({bool allowsVOIP = false, String? carrierName, String? isoCountryCode, String? mobileCountryCode, String? mobileNetworkCode, String? mobileNetworkOperator, String? networkGeneration, String? radioType, int? cid, int? lac})
const
CarrierData.fromJson(String source)
factory
CarrierData.fromMap(Map<String, dynamic> map)
factory

Properties

allowsVOIP bool
final
carrierName String?
final
cid int?
final
hashCode int
The hash code for this object.
no setteroverride
isoCountryCode String?
final
lac int?
final
mobileCountryCode String?
final
mobileNetworkCode String?
final
mobileNetworkOperator String?
final
networkGeneration String?
final
radioType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? allowsVOIP, String? carrierName, String? isoCountryCode, String? mobileCountryCode, String? mobileNetworkCode, String? mobileNetworkOperator, String? networkGeneration, String? radioType, int? cid, int? lac}) CarrierData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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