ValueNode constructor

const ValueNode(
  1. FileSpan? span
)

Implementation

const ValueNode(FileSpan? span) : super(span);