isPubGlobalActivated property

bool isPubGlobalActivated

True if the script has been installed via 'dart pub global active' and as such is running from the pub cache.

Implementation

bool get isPubGlobalActivated => _isPubGlobalActivated(_pathToScript);