latLng property Null safety

dynamic latLng

LatLng for the current location

Implementation

get latLng => LatLng(coords.latitude, coords.longitude);