SimCard constructor
SimCard({})
Implementation
SimCard({
this.carrierName = '',
this.displayName = '',
this.slotIndex = -1,
this.number = '',
this.countryIso = '',
this.countryPhonePrefix = '',
});
SimCard({
this.carrierName = '',
this.displayName = '',
this.slotIndex = -1,
this.number = '',
this.countryIso = '',
this.countryPhonePrefix = '',
});