ChildrenChange class

Constructors

ChildrenChange({required ChildrenChangeType type, required ChildrenChangeSource byParser, required ChildrenChangeAffectsElements affectsElements, Node? siblingChanged, Node? siblingBeforeChange, Node? siblingAfterChange, List<Node>? removedNodes, String? oldText})
ChildrenChange.forInsertion(Node node, Node? unchangedPrevious, Node? unchangedNext, ChildrenChangeSource byParser)
factory
ChildrenChange.forRemoval(Node node, Node? previousSibling, Node? nextSibling, ChildrenChangeSource byParser)
factory

Properties

affectsElements ChildrenChangeAffectsElements
final
byParser ChildrenChangeSource
final
hashCode int
The hash code for this object.
no setterinherited
oldText String?
final
removedNodes List<Node>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siblingAfterChange Node?
final
siblingBeforeChange Node?
final
siblingChanged Node?
final
type ChildrenChangeType
final

Methods

isChildElementChange() bool
isChildInsertion() bool
isChildRemoval() bool
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 ==(Object other) bool
The equality operator.
inherited