SimCards class

Constructors

SimCards.new({required String subscriptionId, required String displayName, required String carrierName, required String number, required String slotIndex, required String countryIso, required String carrierId, required String isEmbedded, required String iccId})
SimCards.fromJson(String source)
factory
SimCards.fromMap(Map<String, dynamic> map)
factory

Properties

carrierId String
getter/setter pair
carrierName String
getter/setter pair
countryIso String
getter/setter pair
displayName String
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
iccId String
getter/setter pair
isEmbedded String
getter/setter pair
number String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slotIndex String
getter/setter pair
subscriptionId String
getter/setter pair

Methods

copyWith({String? subscriptionId, String? displayName, String? carrierName, String? number, String? slotIndex, String? countryIso, String? carrierId, String? isEmbedded, String? iccId}) SimCards
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant SimCards other) bool
The equality operator.
override