sdkVersionConstraint property
- @Deprecated('Use `PubWorkspacePackage.sdkVersionConstraint` instead')
The version range for the SDK specified in pubspec.yaml
, or null
if
there is no pubspec.yaml
or if it does not contain an SDK range.
Implementation
@Deprecated('Use `PubWorkspacePackage.sdkVersionConstraint` instead')
VersionConstraint? get sdkVersionConstraint;