SimCard constructor

SimCard(
  1. String? carrierName,
  2. String? displayName,
  3. int? slotIndex,
  4. String? countryIso,
  5. String? phoneNumber,
)

Implementation

SimCard(this.carrierName, this.displayName, this.slotIndex, this.countryIso,
    this.phoneNumber);