hasUnrestrictedGitDependency property

bool hasUnrestrictedGitDependency

Implementation

bool get hasUnrestrictedGitDependency => _inner.dependencies.values
    .any((d) => d is GitDependency && (d.ref == null || d.ref!.length < 40));