menu
quill_markdown package
documentation
notus/src/document/leaf.dart
LeafNode
toPlainText method
toPlainText method
dark_mode
light_mode
toPlainText
method
@
override
String
toPlainText
(
)
override
Returns plain-text representation of this node.
Implementation
@override String toPlainText() => _value;
quill_markdown package
documentation
notus/src/document/leaf
LeafNode
toPlainText method
LeafNode class