RichTextModel class

Constructors

RichTextModel(QuillController controller)

Properties

content String
获取富文本内容
no setter
hashCode int
The hash code for this object.
no setterinherited
htmlContent String
获取html内容
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

insertImage(String url) → void
插入图片 url 在线图片url
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(String content) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited