RichTextContainerQuote.fromJson constructor
RichTextContainerQuote.fromJson(
- JSONMap json
Implementation
factory RichTextContainerQuote.fromJson(JSONMap json) => RichTextContainerQuote(
content: List<JSONMap>.from(json["content"]).map(RichTextLeaf.fromJson).toList(),
);