NumberLiteralKey constructor
const
NumberLiteralKey(
- NumberLiteral value, {
- Span? span,
Wraps the number-literal key value.
Implementation
const NumberLiteralKey(this.value, {this.span});