QChatDownloadAttachmentParam constructor Null safety

QChatDownloadAttachmentParam(
  1. {required QChatMessage message,
  2. required bool thumb}
)

Implementation

QChatDownloadAttachmentParam({required this.message, required this.thumb});