menu
quill_markdown package
documentation
node
ContainerNode
<
T extends Node?
>
children property
children
brightness_4
children
property
Null safety
LinkedList
<
Node
>
children
List of children.
Implementation
LinkedList<Node> get children => _children;
quill_markdown package
documentation
node
ContainerNode
<
T extends Node?
>
children property
ContainerNode class
Constructors
ContainerNode
Properties
childCount
children
defaultChild
documentOffset
first
hashCode
isEmpty
isFirst
isLast
isNotEmpty
last
length
list
mounted
next
offset
parent
previous
runtimeType
Methods
add
addFirst
containsOffset
delete
insert
insertAfter
insertBefore
lookup
moveChildren
noSuchMethod
optimize
remove
retain
toDelta
toPlainText
toString
unlink
Operators
operator ==