mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Per https://github.com/dart-lang/sdk/issues/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.