TargetNode constructor
TargetNode({
- required Accessor accessor,
- required Match? match,
- TargetNode? parent,
Implementation
TargetNode({required this.accessor, required this.match, this.parent}) {
type = accessor.type;
}