SimCards constructor
SimCards({})
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,
});