UploadSuccess constructor

UploadSuccess({
  1. required int category,
  2. required int ctime,
  3. required int fromType,
  4. required int fsId,
  5. required int isdir,
  6. required String md5,
  7. required int mtime,
  8. required String path,
  9. required String? serverFilename,
  10. required int size,
  11. required int errno,
  12. required String name,
})

Implementation

UploadSuccess({
  required this.category,
  required this.ctime,
  required this.fromType,
  required this.fsId,
  required this.isdir,
  required this.md5,
  required this.mtime,
  required this.path,
  required this.serverFilename,
  required this.size,
  required this.errno,
  required this.name,
});