LiteralNode<T> constructor

LiteralNode<T>(
  1. T value
)

Implementation

LiteralNode(this.value);