homePattern top-level property
define the platform-specific home directory pattern
Implementation
final String homePattern = isWindows ? r'%USERPROFILE%' : r'~';
define the platform-specific home directory pattern
final String homePattern = isWindows ? r'%USERPROFILE%' : r'~';