toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "road": road,
      "village": village,
      "county": county,
      "state_district": stateDistrict,
      "state": state,
      "ISO3166-2-lvl4": iso31662Lvl4,
      "postcode": postcode,
      "country": country,
      "country_code": countryCode,
    };