NumericLiteral constructor

NumericLiteral(
  1. num value
)

Implementation

NumericLiteral(this.value);