currentlySelectedPin property
getter/setter pair
currentlySelectedPin is a PlacesModel object that represents the currently selected pin on the map.
Implementation
PlacesModel currentlySelectedPin = PlacesModel(
id: -1,
name: '',
address: '',
city: '',
country: '',
description: '',
ratings: 0.0,
amenities: '',
price: '',
latitude: 0.0,
longitude: 0.0,
);