KnowledgePanelTextElement.fromJson constructor

KnowledgePanelTextElement.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory KnowledgePanelTextElement.fromJson(Map<String, dynamic> json) =>
    _$KnowledgePanelTextElementFromJson(json);