MessageReference constructor
const
MessageReference(
- Identifier id, {
- Identifier? attribute,
- Span? span,
References the message id (+ optional attribute).
Implementation
const MessageReference(this.id, {this.attribute, this.span});