SimCard constructor

SimCard(
  1. String carrierName,
  2. String countryCode,
  3. String displayName,
  4. bool isNetworkRoaming,
  5. bool isDataRoaming,
  6. int mcc,
  7. int mnc,
  8. int slotIndex,
  9. String serialNumber,
  10. int subscriptionId,
)

Implementation

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