toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
  "carrierName": carrierName,
  "displayName": displayName,
  "slotIndex": slotIndex,
  "number": number,
  "countryIso": countryIso,
  "countryPhonePrefix": countryPhonePrefix,
};