toJson method

String toJson()

Implementation

String toJson() {
  return 'route:$route|locality:$locality|administrative_area:$administrativeArea|postal_code:$postalCode|country'
      ':$country';
}