RegistrationFileInfoDto constructor

RegistrationFileInfoDto({
  1. int? fileId,
  2. int? fileSize,
  3. String? fileName,
  4. DateTime? createTime,
  5. bool? video,
  6. int? fragments,
})

Implementation

RegistrationFileInfoDto({
  this.fileId,
  this.fileSize,
  this.fileName,
  this.createTime,
  this.video,
  this.fragments,
});