We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361d962 commit 74a57acCopy full SHA for 74a57ac
sdk_nnbd/lib/_internal/js_dev_runtime/private/foreign_helper.dart
@@ -2,8 +2,6 @@
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
-// @dart = 2.5
6
-
7
library dart._foreign_helper;
8
9
/**
@@ -108,7 +106,7 @@ library dart._foreign_helper;
108
106
*/
109
107
// Add additional optional arguments if needed. The method is treated internally
110
// as a variable argument method.
111
-T JS<T extends Object>(String typeDescription, String codeTemplate,
+T JS<T extends Object?>(String typeDescription, String codeTemplate,
112
[arg0,
113
arg1,
114
arg2,
0 commit comments