DownloadMessageQueueData constructor

DownloadMessageQueueData({
  1. required String convID,
  2. required int conversationType,
  3. required String key,
  4. required String msgID,
  5. required int messageType,
  6. required int imageType,
  7. required bool isSnapshot,
})

Implementation

DownloadMessageQueueData({
  required this.convID,
  required this.conversationType,
  required this.key,
  required this.msgID,
  required this.messageType,
  required this.imageType,
  required this.isSnapshot,
});