SimCard constructor
SimCard()
Implementation
SimCard(
this.carrierName,
this.countryCode,
this.displayName,
this.isNetworkRoaming,
this.isDataRoaming,
this.mcc,
this.mnc,
this.slotIndex,
this.serialNumber,
this.subscriptionId);