tables property

Map<String, Table> tables

An unmodifiable Map view of instantiated module's exported tables.

Implementation

Map<String, Table> get tables => UnmodifiableMapView(_tables);