pathToDCli property

String pathToDCli

The directory where we store all of dcli's configuration files. This will normally be ~/.dcli

Implementation

String get pathToDCli => _dcliPath ??= truepath(p.join(HOME, dcliDir));