CarrierData class

Carrier Data Model

Constructors

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

Properties

allowsVOIP bool
final
carrierName String?
final
hashCode int
The hash code for this object.
no setteroverride
isoCountryCode String?
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}) 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