userDir property

String? userDir

Gets the users home directory

Implementation

String? get userDir =>
    Platform.environment['HOME'] ?? Platform.environment['USERPROFILE'];