NumberLiteralExpression constructor
const
NumberLiteralExpression(
- NumberLiteral literal, {
- Span? span,
Wraps the literal.
Implementation
const NumberLiteralExpression(this.literal, {this.span});