toMap method

Map<String, String> toMap()

Implementation

Map<String, String> toMap() {
  return {
    "name": name,
    "mcc": mcc,
    "mnc": mnc,
    "countryName": countryName,
    "countryIsoCode": countryIsoCode,
    "countryDialCode": countryDialCode,
  };
}