downloadSavePath property
String?
get
downloadSavePath
下载保存路径
Implementation
String? get downloadSavePath => _downloadManager.savePath;
set
downloadSavePath
(String? path)
Implementation
set downloadSavePath(String? path) => _downloadManager.savePath = path;