pubspecYamlGetVersionOrNull function
Get the package version from pubspec.yaml Could be not valid for workspace
Implementation
Version? pubspecYamlGetVersionOrNull(Map yaml) =>
_pubspecYamlGetVersionOrNull(yaml);
Get the package version from pubspec.yaml Could be not valid for workspace
Version? pubspecYamlGetVersionOrNull(Map yaml) =>
_pubspecYamlGetVersionOrNull(yaml);