We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47d3b4 commit ff4517cCopy full SHA for ff4517c
dwds/lib/src/utilities/sdk_configuration.dart
@@ -120,6 +120,12 @@ class SdkConfiguration {
120
Uri? get sdkDirectoryUri => _toUri(sdkDirectory);
121
Uri? get sdkSummaryUri => _toUri(sdkSummaryPath);
122
123
+ @Deprecated('Only sound null safety is supported as of Dart 3.0')
124
+ Uri? get soundSdkSummaryUri => _toUri(soundSdkSummaryPath);
125
+
126
127
+ Uri? get weakSdkSummaryUri => _toUri(weakSdkSummaryPath);
128
129
/// Note: has to be ///file: Uri to run in an isolate.
130
Uri? get compilerWorkerUri => _toAbsoluteUri(compilerWorkerPath);
131
0 commit comments