LiteralNode constructor
LiteralNode(
- dynamic value,
- String? raw
Implementation
LiteralNode(this.value, this.raw) : super('Literal');
LiteralNode(this.value, this.raw) : super('Literal');