mysqlTables property

List<MysqlTable>? mysqlTables
getter/setter pair

Tables in the database.

Implementation

core.List<MysqlTable>? mysqlTables;