Files
flutter/engine
Srujan Gaddam 978165ed7d Implement JSObject instead of extending (flutter/engine#46070)
JSObject will have a factory constructor to create an object literal, so
you can't extend it as it will no longer have a generative constructor
(@staticInterop types can't have generative constructors).
2023-09-19 14:14:16 -07:00
..