SimCard class

Constructors

SimCard(String carrierName, String countryCode, String displayName, bool isNetworkRoaming, bool isDataRoaming, int slotIndex, String serialNumber, int? subscriptionId, String? phoneNumber)

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
phoneNumber String?
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