GeoLatLang constructor

GeoLatLang({
  1. String? placeId,
  2. String? lat,
  3. String? long,
  4. String? name,
  5. String? displayName,
  6. Address? address,
})

Implementation

GeoLatLang(
    {this.placeId,
    this.lat,
    this.long,
    this.name,
    this.displayName,
    this.address});