IdentifierKey constructor
const
IdentifierKey(
- Identifier id, {
- Span? span,
Wraps the identifier-shaped key id.
Implementation
const IdentifierKey(this.id, {this.span});
Wraps the identifier-shaped key id.
const IdentifierKey(this.id, {this.span});