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