isMissingCli function

bool isMissingCli(
  1. IShell shell
)

True if the current Shell does not have a reference to dart

since 0.0.1

Implementation

bool isMissingCli(IShell shell) => isFalse(hasCli(shell));