home property

String? home

The path to the GitHub home directory used to store user data.

For example, /github/home.

Implementation

String? get home => _env('HOME');