You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
External named parameter constructors create an object with the given names as keys and the arguments as values. Certain keywords are reserved by Dart, however, like is, and require a rename. We can do renaming of properties via @JS, but no such mechanism exists for the constructor. This seems to only affect a handful of dictionaries e.g.
External named parameter constructors create an object with the given names as keys and the arguments as values. Certain keywords are reserved by Dart, however, like
is
, and require a rename. We can do renaming of properties via@JS
, but no such mechanism exists for the constructor. This seems to only affect a handful of dictionaries e.g.web/lib/src/dom/dom.dart
Line 2386 in ff7185c
The text was updated successfully, but these errors were encountered: