LiteralNode constructor

LiteralNode(
  1. String literal
)

Implementation

LiteralNode(String literal) : codePoint = literal.runes.single;