Download constructor

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

Implementation

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