toSimCardInfoData method
Implementation
SimCardInfoData toSimCardInfoData() {
return SimCardInfoData(
carrier_name: carrierName,
display_name: displayName,
slot_index: slotIndex,
number: number,
country_iso: countryIso,
country_phone_prefix: countryPhonePrefix,
);
}