IosCarrierData class

Constructors

IosCarrierData({required List<CarrierData> carrierData, required bool supportsEmbeddedSIM, required List<String> carrierRadioAccessTechnologyTypeList})
IosCarrierData.fromJson(String source)
factory
IosCarrierData.fromMap(Map map)
factory

Properties

carrierData List<CarrierData>
final
carrierRadioAccessTechnologyTypeList List<String>
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsEmbeddedSIM bool
final

Methods

copyWith({List<CarrierData>? carrierData, bool? supportsEmbeddedSIM, List<String>? carrierRadioAccessTechnologyTypeList}) IosCarrierData
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