KnowledgePanels constructor

const KnowledgePanels(
  1. {required Map<String, KnowledgePanel> panelIdToPanelMap}
)

Implementation

const KnowledgePanels({required this.panelIdToPanelMap});