V2TimMessageDownloadProgress constructor

V2TimMessageDownloadProgress({
  1. required bool isFinish,
  2. required bool isError,
  3. required String msgID,
  4. required int totalSize,
  5. required int currentSize,
  6. required int type,
  7. required bool isSnapshot,
  8. required String path,
  9. required int errorCode,
  10. 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,
});