value property
Object
get
value
Contents of this node, either a String if this is a QuillText or an Embed if this is an BlockEmbed.
Implementation
Object get value => _value;
set
value
(Object v)
Implementation
set value(Object v) {
_value = v;
_length = null;
clearOffsetCache();
}