hasGitDependency property

bool hasGitDependency

Implementation

bool get hasGitDependency =>
    _inner.dependencies.values.any((d) => d is GitDependency);