CarrierData class

Constructors

CarrierData({required String mobileNetworkCode, required bool carrierAllowsVOIP, required String mobileCountryCode, required String carrierName, required String isoCountryCode})
CarrierData.fromJson(String source)
factory
CarrierData.fromMap(Map map)
factory

Properties

carrierAllowsVOIP bool
final
carrierName String
final
hashCode int
The hash code for this object.
no setteroverride
isoCountryCode String
final
mobileCountryCode String
final
mobileNetworkCode String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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