RichTextContainerBlok.fromJson constructor

RichTextContainerBlok.fromJson(
  1. JSONMap json
)

Implementation

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