KnowledgePanelLatLng constructor

const KnowledgePanelLatLng({
  1. required double lat,
  2. required double lng,
})

Implementation

const KnowledgePanelLatLng({
  required this.lat,
  required this.lng,
});