toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'carrierName': carrierName,
'displayName': displayName,
'slotIndex': slotIndex,
'number': number,
'countryIso': countryIso,
'countryPhonePrefix': countryPhonePrefix,
};
}