NumberLiteralKey constructor

const NumberLiteralKey(
  1. NumberLiteral value, {
  2. Span? span,
})

Wraps the number-literal key value.

Implementation

const NumberLiteralKey(this.value, {this.span});