LocationIpResponse constructor

const LocationIpResponse({
  1. String? status,
  2. String? info,
  3. String? infoCode,
  4. String? province,
  5. String? city,
  6. String? adcode,
  7. LatLngBounds? rectangle,
})

Implementation

const LocationIpResponse({
  this.status,
  this.info,
  this.infoCode,
  this.province,
  this.city,
  this.adcode,
  this.rectangle,
});