clonedValue property
HtmlEditorValue
get
clonedValue
Clone the current value to another instance.
Implementation
HtmlEditorValue get clonedValue => HtmlEditorValue.clone(value);
Clone the current value to another instance.
HtmlEditorValue get clonedValue => HtmlEditorValue.clone(value);