PlaceDetails class
- Annotations
 - 
    
- @JsonSerializable.new()
 
 
Constructors
- 
          PlaceDetails({List<
AddressComponent> ? addressComponents, String? adrAddress, BusinessStatus? businessStatus, bool? curbsidePickup, PlaceOpeningHours? currentOpeningHours, bool? delivery, bool? dineIn, PlaceEditorialSummary? editorialSummary, String? formattedAddress, String? formattedPhoneNumber, Geometry? geometry, String? icon, String? iconBackgroundColor, String? iconMaskBaseUri, String? internationalPhoneNumber, String? name, PlaceOpeningHours? openingHours, List<Photo> ? photos, String? id, String? placeId, PlusCode? plusCode, PriceLevel? priceLevel, num? rating, bool? reservable, List<Review> ? reviews, List<PlaceOpeningHours> ? secondaryOpeningHours, bool? servesBeer, bool? servesBreakfast, bool? servesBrunch, bool? servesDinner, bool? servesLunch, bool? servesVegetarianFood, bool? servesWine, bool? takeout, List<String> ? types, String? url, int? userRatingsTotal, int? utcOffset, String? vicinity, String? website, bool? wheelchairAccessibleEntrance}) - 
          
            const
 - 
          PlaceDetails.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- 
  addressComponents
  → List<
AddressComponent> ? - 
  JSON address_components
  final
 - adrAddress → String?
 - 
  JSON adr_address
  final
 - businessStatus → BusinessStatus?
 - 
  
  final
 - curbsidePickup → bool?
 - 
  
  final
 - currentOpeningHours → PlaceOpeningHours?
 - 
  
  final
 - delivery → bool?
 - 
  
  final
 - dineIn → bool?
 - 
  
  final
 - editorialSummary → PlaceEditorialSummary?
 - 
  
  final
 - formattedAddress → String?
 - 
  JSON formatted_address
  final
 - formattedPhoneNumber → String?
 - 
  JSON formatted_phone_number
  final
 - geometry → Geometry?
 - 
  
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - icon → String?
 - 
  
  final
 - iconBackgroundColor → String?
 - 
  
  final
 - iconMaskBaseUri → String?
 - 
  
  final
 - id → String?
 - 
  
  final
 - internationalPhoneNumber → String?
 - 
  JSON international_phone_number
  final
 - name → String?
 - 
  
  final
 - openingHours → PlaceOpeningHours?
 - 
  JSON opening_hours
  final
 - 
  photos
  → List<
Photo> ? - 
  
  final
 - placeId → String?
 - 
  JSON place_id
  final
 - plusCode → PlusCode?
 - 
  
  final
 - priceLevel → PriceLevel?
 - 
  JSON price_level
  final
 - rating → num?
 - 
  
  final
 - reservable → bool?
 - 
  
  final
 - 
  reviews
  → List<
Review> ? - 
  
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  secondaryOpeningHours
  → List<
PlaceOpeningHours> ? - 
  
  final
 - servesBeer → bool?
 - 
  
  final
 - servesBreakfast → bool?
 - 
  
  final
 - servesBrunch → bool?
 - 
  
  final
 - servesDinner → bool?
 - 
  
  final
 - servesLunch → bool?
 - 
  
  final
 - servesVegetarianFood → bool?
 - 
  
  final
 - servesWine → bool?
 - 
  
  final
 - takeout → bool?
 - 
  
  final
 - 
  types
  → List<
String> ? - 
  
  final
 - url → String?
 - 
  
  final
 - userRatingsTotal → int?
 - 
  
  final
 - utcOffset → int?
 - 
  JSON utc_offset
  final
 - vicinity → String?
 - 
  
  final
 - website → String?
 - 
  
  final
 - wheelchairAccessibleEntrance → bool?
 - 
  
  final
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited