Downloadable constructor

Downloadable({
  1. required String downloadLink,
  2. required String fileAddress,
})

Implementation

Downloadable({
  required this.downloadLink,
  required this.fileAddress,
});