versionOrNull property

Version? get versionOrNull

Get the package Version (or null) from pubspec.yaml

Implementation

Version? get versionOrNull => pubspecYamlGetVersionOrNull(pubspecYaml);