SimCards constructor

SimCards({
  1. required String subscriptionId,
  2. required String displayName,
  3. required String carrierName,
  4. required String number,
  5. required String slotIndex,
  6. required String countryIso,
  7. required String carrierId,
  8. required String isEmbedded,
  9. required String iccId,
})

Implementation

SimCards({
  required this.subscriptionId,
  required this.displayName,
  required this.carrierName,
  required this.number,
  required this.slotIndex,
  required this.countryIso,
  required this.carrierId,
  required this.isEmbedded,
  required this.iccId,
});