latLng property Null safety
LatLng
for the current run location
Implementation
get latLng => LatLng(
(coords['latitude'] as int).toDouble(),
(coords['longitude'] as int).toDouble(),
);
LatLng
for the current run location
get latLng => LatLng(
(coords['latitude'] as int).toDouble(),
(coords['longitude'] as int).toDouble(),
);