ValueNode constructor

ValueNode(
  1. String value,
  2. String? raw
)

Implementation

ValueNode(this.value, this.raw) : super('Identifier');