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 has Maptype method called toMap has Stringtype method called toString
Constructors
- JSimInfo.fromMap(dynamic data)
Properties
- cardId → String
-
no setter
- carrierId → String
-
no setter
- carrierName → String
-
no setter
- countryIso → String
-
no setter
- displayName → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- iccId → String
-
no setter
- mcc → String
-
no setter
- mnc → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slotIndex → String
-
no setter
- subscribeId → String
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited