Result constructor

Result({
  1. List<AddressComponent>? addressComponents,
  2. String? adrAddress,
  3. String? businessStatus,
  4. String? formattedAddress,
  5. String? formattedPhoneNumber,
  6. Geometry? geometry,
  7. String? icon,
  8. String? iconBackgroundColor,
  9. String? iconMaskBaseUri,
  10. String? internationalPhoneNumber,
  11. String? name,
  12. List<Photo>? photos,
  13. String? placeId,
  14. PlusCode? plusCode,
  15. double? rating,
  16. String? reference,
  17. List<Review>? reviews,
  18. List<String>? types,
  19. String? url,
  20. int? userRatingsTotal,
  21. int? utcOffset,
  22. String? vicinity,
  23. String? website,
  24. bool? wheelchairAccessibleEntrance,
})

Implementation

Result({
  this.addressComponents,
  this.adrAddress,
  this.businessStatus,
  this.formattedAddress,
  this.formattedPhoneNumber,
  this.geometry,
  this.icon,
  this.iconBackgroundColor,
  this.iconMaskBaseUri,
  this.internationalPhoneNumber,
  this.name,
  this.photos,
  this.placeId,
  this.plusCode,
  this.rating,
  this.reference,
  this.reviews,
  this.types,
  this.url,
  this.userRatingsTotal,
  this.utcOffset,
  this.vicinity,
  this.website,
  this.wheelchairAccessibleEntrance,
});