SimCard class

Constructors

SimCard({required String carrierName, required String countryCode, required String displayName, required bool isNetworkRoaming, required bool isDataRoaming, required int mcc, required int mnc, required int slotIndex, required String serialNumber, required int subscriptionId, required String phoneNumber})
const
SimCard.fromJson(Map<String, dynamic> json)
factory

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
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.
override

Operators

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