SdkConstraintStatus class

Detailed support coverage for the SDK constraint.

Constructors

SdkConstraintStatus.fromSdkVersion(VersionConstraint? constraint, [String? packageName])
factory

Properties

enablesDart2Latest bool
Whether it allows anything from the ^2.9999.0 range.
final
hasConstraint bool
Whether it is non-empty, bounded constraint.
final
hashCode int
The hash code for this object.
no setterinherited
hasOptedIntoNullSafety bool
final
isDart2Compatible bool
Whether it is compatible with Dart 2 SDKs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited