toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'country': this.country,
      'formatted': this.formatted,
      'locality': this.locality,
      'postal_code': this.postalCode,
      'region': this.region,
      'street_address': this.streetAddress,
    };