SupportedDartSdkPolicy class final
The Dart SDK version policy of Serverpod Cloud, as fetched from the server for client-side validation.
Constructors
-
SupportedDartSdkPolicy({required VersionConstraint supportedRange, required List<
String> supportedVersions, required Uri documentationUrl})
Properties
- availabilityDescription → String
-
Lines listing the supported versions and the documentation page,
for inclusion in validation error messages.
no setter
- documentationUrl → Uri
-
URL of the documentation page describing the Dart SDK version support.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportedRange → VersionConstraint
-
The supported Dart SDK version range.
final
-
supportedVersions
→ List<
String> -
The supported Dart SDK minor versions, ordered lowest to highest.
final
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