clonedValue property

HtmlEditorValue clonedValue

Clone the current value to another instance.

Implementation

HtmlEditorValue get clonedValue => HtmlEditorValue.clone(value);