SubscriptionsInfo class

Constructors

SubscriptionsInfo({String? mobileCountryCode, bool? isOpportunistic, String? mobileNetworkCode, String? displayName, bool? isNetworkRoaming, int? simSlotIndex, String? phoneNumber, String? countryIso, int? subscriptionType, int? cardId, bool? isEmbedded, int? carrierId, int? subscriptionId, String? simSerialNo, int? dataRoaming})
SubscriptionsInfo.fromJson(String source)
factory
SubscriptionsInfo.fromMap(Map map)
factory

Properties

cardId int?
final
carrierId int?
final
countryIso String?
The ISO country code for the user’s cellular service provider.
final
dataRoaming int?
final
displayName String?
The name of the user’s home cellular service provider.
final
hashCode int
The hash code for this object.
no setteroverride
isEmbedded bool?
final
isNetworkRoaming bool?
final
isOpportunistic bool?
final
mobileCountryCode String?
The mobile country code (MCC) for the user’s cellular service provider.
final
mobileNetworkCode String?
The mobile network code (MNC) for the user’s cellular service provider.
final
phoneNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simSerialNo String?
final
simSlotIndex int?
final
subscriptionId int?
final
subscriptionType int?
final

Methods

copyWith({String? mobileCountryCode, bool? isOpportunistic, String? mobileNetworkCode, String? displayName, bool? isNetworkRoaming, int? simSlotIndex, String? phoneNumber, String? countryIso, int? subscriptionType, int? cardId, bool? isEmbedded, int? carrierId, int? subscriptionId, String? simSerialNo, int? dataRoaming}) SubscriptionsInfo
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