VariableNode constructor
const
VariableNode({
- required NameNode name,
- FileSpan? span,
Implementation
const VariableNode({
required this.name,
FileSpan? span,
}) : super(span);