SearchResult constructor
//////////// ////////////
Implementation
// II.B - Constructor
///////////////
SearchResult({
required this.id,
required this.name,
required this.placeName,
required this.lat,
required this.lng,
required this.type,
this.addressComponents,
this.proximityDistance,
});