Result constructor
Result({
- List<
AddressComponent> ? addressComponents, - String? adrAddress,
- String? businessStatus,
- String? formattedAddress,
- String? formattedPhoneNumber,
- Geometry? geometry,
- String? icon,
- String? iconBackgroundColor,
- String? iconMaskBaseUri,
- String? internationalPhoneNumber,
- String? name,
- List<
Photo> ? photos, - String? placeId,
- PlusCode? plusCode,
- double? rating,
- String? reference,
- List<
Review> ? reviews, - List<
String> ? types, - String? url,
- int? userRatingsTotal,
- int? utcOffset,
- String? vicinity,
- String? website,
- 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,
});