TreeDiff class
Constructors
- TreeDiff.new({required ITreeNode oldTree, required ITreeNode newTree})
-
factory
Properties
-
allUpdates
→ Iterable<
TreeDiffUpdate> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- newTree → ITreeNode
-
final
-
nodesAdded
→ Iterable<
NodeAdd> -
final
-
nodesInserted
→ Iterable<
NodeInsert> -
final
-
nodesRemoved
→ Iterable<
NodeRemove> -
final
-
nodesUnchanged
→ Iterable<
Tuple2< INode, INode> > -
final
-
nodesUpdated
→ Iterable<
NodeUpdate> -
final
- oldTree → ITreeNode
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
forIndexedTree(
{required IndexedTreeNode oldTree, required IndexedTreeNode newTree}) → TreeDiff -
forTree(
{required TreeNode oldTree, required TreeNode newTree}) → TreeDiff