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
This issue is to add support for TypeScript Constructor Types in the Dart TS Interop Interface Generator.
// assuming there is a class called `MyClass` definedexportdeclareconstmyConstructor: new()=>MyClass;
This will be helpful when working with namespaces (see #399), as translating classes defined in namespaces would mean interfacing class calls as constructor type calls.