HtmlEditorValue.clone constructor

HtmlEditorValue.clone(
  1. HtmlEditorValue other
)

Make a new instance from another HtmlEditorValue.

Implementation

factory HtmlEditorValue.clone(HtmlEditorValue other) => HtmlEditorValue(
      html: other.html,
    );