Srujan Gaddam 540e92f91d Add external factories for @staticInterop classes instead of synthetic constructor (flutter/engine#37443)
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.
2022-11-09 16:15:48 -08:00
..