SearchCandidate(- {Geometry? geometry,
- String? businessStatus,
- OpeningHours? openingHours,
- List<Photo>? photos,
- PlusCode? plusCode,
- String? formattedAddress,
- String? name,
- double? rating,
- String? icon,
- String? id,
- String? placeId,
- int? priceLevel,
- String? reference,
- String? scope,
- List<String>? types,
- int? userRatingsTotal,
- String? vicinity,
- bool? permanentlyClosed}
)
Implementation
SearchCandidate({
this.geometry,
this.businessStatus,
this.openingHours,
this.photos,
this.plusCode,
this.formattedAddress,
this.name,
this.rating,
this.icon,
this.id,
this.placeId,
this.priceLevel,
this.reference,
this.scope,
this.types,
this.userRatingsTotal,
this.vicinity,
this.permanentlyClosed,
});