V2TimMessageDownloadProgress constructor
V2TimMessageDownloadProgress({})
Implementation
V2TimMessageDownloadProgress({
required this.isFinish,
required this.isError,
required this.msgID,
required this.totalSize,
required this.currentSize,
required this.type,
required this.isSnapshot,
required this.path,
required this.errorCode,
required this.errorDesc,
});