ApiChangeTreeNode class

represents a tree node in the hierarchical change representation

Constructors

ApiChangeTreeNode({required Declaration? nodeDeclaration, List<ApiChange>? changes})
creates a new ApiChangeTreeNode instance

Properties

changes List<ApiChange>
the changes nodeDeclaration has
final
children Map<Declaration, ApiChangeTreeNode>
the children of this node
final
hashCode int
The hash code for this object.
no setterinherited
nodeDeclaration Declaration?
the declaration represented by this node
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