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
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Add external factories for @staticInterop classes instead of synthetic constructor (#37443)
Per dart-lang/sdk#49941, synthetic constructors
will be disallowed on @staticInterop classes. Functionally, they are lowered
to the same code.
Also fixes an erroneous call to the DomHTMLStyleConstructor instead of the
relevant factory method.
0 commit comments