RichTextContainerBlok.fromJson constructor
RichTextContainerBlok.fromJson(
- JSONMap json
Implementation
factory RichTextContainerBlok.fromJson(JSONMap json) => RichTextContainerBlok(
bloksData: List.from(json["attrs"]["body"]),
);