Message constructor
Message({
- String author = '',
- required String content,
- CitationMetadata? citationMetadata,
Implementation
Message({this.author = '', required this.content, this.citationMetadata})
: super(fullyQualifiedName);