This issue is to add support for TypeScript Classes in the Dart TS Interop Interface Generator. ```ts class MyClass { constructor(); private managed: boolean; // more declarations } ```