LiteralNode constructor

LiteralNode(
  1. dynamic value,
  2. String? raw
)

Implementation

LiteralNode(this.value, this.raw) : super('Literal');