SimInfo class

Constructors

SimInfo({required String carrierName, required String displayName, required String slotIndex, required String number, required String countryIso, required String countryPhonePrefix})
SimInfo.fromJson(Map<String, dynamic> json)
factory

Properties

carrierName String
final
countryIso String
final
countryPhonePrefix String
final
displayName String
final
hashCode int
The hash code for this object.
no setteroverride
number String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slotIndex String
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.
override