getLatLng property

LatLng? getLatLng

Implementation

LatLng? get getLatLng =>
    lat != null && long != null ? LatLng(lat!, long!) : null;