homePattern top-level property

String homePattern
final

define the platform-specific home directory pattern

Implementation

final String homePattern = isWindows ? r'%USERPROFILE%' : r'~';