showVersion property

bool? showVersion
final

Whether to show the package version or version range.

If this is null, the version is shown for all packages other than root PackageIds or PackageRanges with git or path sources and any constraints.

Implementation

final bool? showVersion;