OobrPlaceInfo constructor

OobrPlaceInfo({
  1. String? id,
  2. String? name,
  3. String? description,
  4. String? pictureUrl,
  5. String? photoReference,
  6. String? subtitle,
  7. int? globalNote,
  8. int? lat,
  9. int? lng,
  10. String? street1,
  11. String? street2,
  12. String? zip,
  13. String? city,
  14. String? state,
  15. String? country,
  16. String? catName,
  17. String? colorCode,
  18. String? colorCode2,
  19. String? catThumbnail,
  20. int? favorite,
})

Implementation

OobrPlaceInfo(
    {this.id,
    this.name,
    this.description,
    this.pictureUrl,
    this.photoReference,
    this.subtitle,
    this.globalNote,
    this.lat,
    this.lng,
    this.street1,
    this.street2,
    this.zip,
    this.city,
    this.state,
    this.country,
    this.catName,
    this.colorCode,
    this.colorCode2,
    this.catThumbnail,
    this.favorite});