SeachPlaceResultModel constructor

SeachPlaceResultModel({
  1. String? businessStatus,
  2. String? formattedAddress,
  3. Geometry? geometry,
  4. String? icon,
  5. String? iconBackgroundColor,
  6. String? iconMaskBaseUri,
  7. String? name,
  8. OpeningHours? openingHours,
  9. List<Photos>? photos,
  10. String? placeId,
  11. PlusCode? plusCode,
  12. int? priceLevel,
  13. double? rating,
  14. String? reference,
  15. List<String>? types,
  16. int? userRatingsTotal,
})

Implementation

SeachPlaceResultModel(
    {this.businessStatus,
    this.formattedAddress,
    this.geometry,
    this.icon,
    this.iconBackgroundColor,
    this.iconMaskBaseUri,
    this.name,
    this.openingHours,
    this.photos,
    this.placeId,
    this.plusCode,
    this.priceLevel,
    this.rating,
    this.reference,
    this.types,
    this.userRatingsTotal});