tables property

List<SchemaTable> tables

The tables in this database.

Returns an immutable list of tables in this schema.

Implementation

List<SchemaTable> get tables => List.unmodifiable(_tableStorage ?? []);