KnowledgePanelTextElement constructor
      const
      KnowledgePanelTextElement({})
     
    
    
Implementation
const KnowledgePanelTextElement({
  required this.html,
  this.type,
  this.sourceLanguage,
  this.sourceLocale,
  this.sourceText,
  this.sourceUrl,
});