V2TimMessageDownloadProgress constructor
V2TimMessageDownloadProgress(- {required bool isFinish,
- required bool isError,
- required String msgID,
- required int totalSize,
- required int currentSize,
- required int type,
- required bool isSnapshot,
- required String path,
- required int errorCode,
- required String errorDesc}
)
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,
});