Download constructor

Download({
  1. int? id,
  2. String? name,
  3. String? file,
})

Implementation

Download({
  this.id,
  this.name,
  this.file,
});