ResModel constructor

ResModel({
  1. String? resId,
  2. int? resVersion,
  3. int? resSize,
  4. String? resMd5,
  5. String? taskId,
  6. String? localPath,
  7. String? originLocalPath,
  8. String? fileExtra,
})

Implementation

ResModel({
  this.resId,
  this.resVersion,
  this.resSize,
  this.resMd5,
  this.taskId,
  this.localPath,
  this.originLocalPath,
  this.fileExtra,
});