Local state variable warning

I have made an app state variable that data type is LatLng for saving google map location . Then came the following warning with a message. "Local state variable googleMapLoc is nullable and has no default value set. This may cause runtime errors." I can't set the default value, what should I do with this? Can I ignore it?

2
1 reply