DownloadFileByAppResponse constructor

DownloadFileByAppResponse({
  1. required int code,
  2. String? filePath,
})

Implementation

DownloadFileByAppResponse({required this.code, this.filePath});