AndroidCarrierData class

Constructors

AndroidCarrierData.new({bool? isVoiceCapable, bool? isDataEnabled, List<SubscriptionsInfo>? subscriptionsInfo, bool? isDataCapable, String? isMultiSimSupported, bool? isSmsCapable, List<TelephonyInfo>? telephonyInfo})
AndroidCarrierData.fromJson(String source)
factory
AndroidCarrierData.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
isDataCapable bool?
final
isDataEnabled bool?
final
isMultiSimSupported String?
final
isSmsCapable bool?
final
isVoiceCapable bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionsInfo List<SubscriptionsInfo>?
final
telephonyInfo List<TelephonyInfo>?
final

Methods

copyWith({bool? isVoiceCapable, bool? isDataEnabled, List<SubscriptionsInfo>? subscriptionsInfo, bool? isDataCapable, String? isMultiSimSupported, bool? isSmsCapable, List<TelephonyInfo>? telephonyInfo}) AndroidCarrierData
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