NumberLiteral constructor

const NumberLiteral(
  1. String value,
  2. int precision, {
  3. Span? span,
})

Wraps the source value and its fraction precision.

Implementation

const NumberLiteral(this.value, this.precision, {this.span});