Rank 3: Container
I have written a function (DART) and it won't deploy. Here is what I get :
2026-03-14T17:09:41.459693680Z Compiling ...
2026-03-14T17:09:42.915619217Z ../build/lib/main.dart:14:3: Error: 'TablesDB' isn't a type.
2026-03-14T17:09:42.915658150Z TablesDB tablesDB = TablesDB(client);
2026-03-14T17:09:42.915662412Z ^^^^^^^^
2026-03-14T17:09:42.915666286Z ../build/lib/main.dart:14:23: Error: Method not found: 'TablesDB'.
2026-03-14T17:09:42.915669114Z TablesDB tablesDB = TablesDB(client);
2026-03-14T17:09:42.915673757Z ^^^^^^^^
2026-03-14T17:09:42.915712899Z Error: AOT compilation failed
2026-03-14T17:09:42.915717369Z Bad state: Generating AOT kernel dill failed!
Anyone has an idea why it won't work ?