SearchItem constructor

const SearchItem(
  1. int category,
  2. int deleteType,
  3. int extentTinyint1,
  4. int fsId,
  5. int isdir,
  6. int localCtime,
  7. int localMtime,
  8. String md5,
  9. int operId,
  10. int ownerId,
  11. String path,
  12. int serverCtime,
  13. String serverFilename,
  14. int serverMtime,
  15. int share,
  16. int size,
  17. int wpfile,
)

Implementation

const SearchItem(
    this.category,
    this.deleteType,
    this.extentTinyint1,
    this.fsId,
    this.isdir,
    this.localCtime,
    this.localMtime,
    this.md5,
    this.operId,
    this.ownerId,
    this.path,
    this.serverCtime,
    this.serverFilename,
    this.serverMtime,
    this.share,
    this.size,
    this.wpfile);