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 008a3fe commit ed982c1Copy full SHA for ed982c1
sdk/lib/js_interop/js_interop.dart
@@ -530,7 +530,7 @@ extension type JSBoolean._(JSBooleanRepType _jsBoolean) implements JSAny {}
530
extension type JSString._(JSStringRepType _jsString) implements JSAny {}
531
532
@JS('Symbol')
533
-external JSSymbol _constructSymbol([String? description]);
+external JSSymbolRepType _constructSymbol([String? description]);
534
535
/// A JavaScript `Symbol`.
536
extension type JSSymbol._(JSSymbolRepType _jsSymbol) implements JSAny {
0 commit comments