RecallMessageInfo constructor

const RecallMessageInfo({
  1. required String recallBy,
  2. required String recallMessageId,
  3. EMMessage? recallMessage,
  4. String? conversationId,
  5. String? ext,
})

Implementation

const RecallMessageInfo({
  required this.recallBy,
  required this.recallMessageId,
  this.recallMessage,
  this.conversationId,
  this.ext,
});