JSimInfo class

class JSimInfo has String getter slotIndex String getter iccId String getter cardId String getter carrierId String getter carrierName String getter countryIso String getter displayName String getter subscribeId String getter mcc String getter mnc Has JSimInfo.fromMap Constructor has Maptype method called toMap has Stringtype method called toString

Constructors

JSimInfo.fromMap(dynamic data)
JSimInfo.fromMap Constructor

Properties

cardId String
String getter cardId
no setter
carrierId String
String getter carrierId
no setter
carrierName String
String getter carrierName
no setter
countryIso String
String getter countryIso
no setter
displayName String
String getter displayName
no setter
hashCode int
The hash code for this object.
no setterinherited
iccId String
String getter iccId
no setter
mcc String
String getter mcc
no setter
mnc String
String getter mnc
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slotIndex String
String getter slotIndex
no setter
subscribeId String
String getter subscribeId
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Maptype method called toMap
toString() String
Stringtype method called toString
override

Operators

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