OkHiLocation constructor

OkHiLocation({
  1. String? id,
  2. double? lat,
  3. double? lon,
  4. String? city,
  5. String? country,
  6. String? directions,
  7. String? displayTitle,
  8. String? otherInformation,
  9. String? photoUrl,
  10. String? placeId,
  11. String? plusCode,
  12. String? propertyName,
  13. String? propertyNumber,
  14. String? state,
  15. String? streetName,
  16. String? streetViewPanoId,
  17. String? streetViewPanoUrl,
  18. String? subtitle,
  19. String? title,
  20. String? url,
  21. String? userId,
  22. String? neighborhood,
  23. String? countryCode,
})

Implementation

OkHiLocation({
  this.id,
  this.lat,
  this.lon,
  this.city,
  this.country,
  this.directions,
  this.displayTitle,
  this.otherInformation,
  this.photoUrl,
  this.placeId,
  this.plusCode,
  this.propertyName,
  this.propertyNumber,
  this.state,
  this.streetName,
  this.streetViewPanoId,
  this.streetViewPanoUrl,
  this.subtitle,
  this.title,
  this.url,
  this.userId,
  this.neighborhood,
  this.countryCode,
});