tables property

All tables for this database accessor. This contains the declaredTables and all tables that are reachable through includes.

Implementation

Iterable<MoorTable> get tables => entities.whereType();