SimCard class

Constructors

SimCard(String carrierName, String countryCode, String displayName, bool isNetworkRoaming, bool isDataRoaming, int mcc, int mnc, int slotIndex, String serialNumber, int subscriptionId)

Properties

carrierName String
final
countryCode String
final
displayName String
final
hashCode int
The hash code for this object.
no setterinherited
isDataRoaming bool
final
isNetworkRoaming bool
final
mcc int
final
mnc int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String
final
slotIndex int
final
subscriptionId int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(dynamic card) SimCard