NumberLiteralExpression constructor

const NumberLiteralExpression(
  1. NumberLiteral literal, {
  2. Span? span,
})

Wraps the literal.

Implementation

const NumberLiteralExpression(this.literal, {this.span});