SimInfo constructor
SimInfo({})
Implementation
SimInfo({
required this.carrierName,
required this.displayName,
required this.slotIndex,
required this.number,
required this.countryIso,
required this.countryPhonePrefix,
});