class LatLong { final double latitude; final double longitude; LatLong({required this.latitude, required this.longitude}); }