HtmlEditorValue class

Annotations

Constructors

HtmlEditorValue({String html = ""})
const
HtmlEditorValue.clone(HtmlEditorValue other)
Make a new instance from another HtmlEditorValue.
factory
HtmlEditorValue.initial({String? html})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
hasValue bool
Check if the html string is not empty.
no setter
html String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? html}) HtmlEditorValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant HtmlEditorValue other) bool
The equality operator.
override