ReGeocodeResponse constructor

const ReGeocodeResponse({
  1. String? status,
  2. String? info,
  3. String? infoCode,
  4. ReGeocode? reGeocode,
})

Implementation

const ReGeocodeResponse({
  this.status,
  this.info,
  this.infoCode,
  this.reGeocode,
});