geolocations property
List<Geolocation>
get
geolocations
All of the Geolocation objects on the network that the user's device has permission to access.
Implementation
List<Geolocation> get geolocations =>
List.from(_geolocations, growable: false);