mysqlTables property

  1. @TagNumber(2)
List<MysqlTable> get mysqlTables

Tables in the database.

Implementation

@$pb.TagNumber(2)
$core.List<MysqlTable> get mysqlTables => $_getList(1);