Message constructor
const
Message({})
Bundles the message's id, optional value, attributes,
and attached comment.
Implementation
const Message({
required this.id,
this.value,
this.attributes = const [],
this.comment,
this.span,
});