MessageReference constructor

const MessageReference(
  1. Identifier id, {
  2. Identifier? attribute,
  3. Span? span,
})

References the message id (+ optional attribute).

Implementation

const MessageReference(this.id, {this.attribute, this.span});