MessageData constructor

MessageData({
  1. required String contentType,
  2. required bool foundInRag,
  3. required List links,
})

Implementation

MessageData({
  required this.contentType,
  required this.foundInRag,
  required this.links,
});