KnowledgePanelWorldMapElement constructor

const KnowledgePanelWorldMapElement({
  1. required List<KnowledgePanelGeoPointer> pointers,
})

Implementation

const KnowledgePanelWorldMapElement({
  required this.pointers,
});