isInstalled property
bool
get
isInstalled
we consider dcli installed if the ~/.dcli directory exists.
Implementation
bool get isInstalled => exists(installCompletedIndicator);
we consider dcli installed if the ~/.dcli directory exists.
bool get isInstalled => exists(installCompletedIndicator);