userDirectoryEnvironmentVariable top-level property

String userDirectoryEnvironmentVariable

Implementation

String get userDirectoryEnvironmentVariable =>
    valueForPlatform(macos: 'HOME', windows: 'USERPROFILE', linux: 'HOME');