homePathDownloads top-level property
define the path to the user's Downloads folder.
Implementation
final String homePathDownloads = p.join(homePath, 'Downloads');
define the path to the user's Downloads folder.
final String homePathDownloads = p.join(homePath, 'Downloads');