menu
quill_markdown package
documentation
node
ContainerNode
<
T extends Node?
>
isEmpty property
isEmpty
brightness_4
isEmpty
property
Null safety
bool
isEmpty
Returns
true
if this container has no child nodes.
Implementation
bool get isEmpty => _children.isEmpty;
quill_markdown package
documentation
node
ContainerNode
<
T extends Node?
>
isEmpty 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 ==