pathToDCli property Null safety
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));
The directory where we store all of dcli's configuration files. This will normally be ~/.dcli
String get pathToDCli => _dcliPath ??= truepath(p.join(HOME, dcliDir));