activatedTableNames property
Names of all tables with registered decoders.
Kept for API compatibility with the old two-phase model where "registered" and "activated" were distinct states. They are now the same thing.
Implementation
List<String> get activatedTableNames => _tables.keys.toList();