clonedValue property

HtmlEditorValue get clonedValue

Clone the current value to another instance.

Implementation

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