checkTables method

void checkTables()

Implementation

void checkTables() {
  for (final item in _tables) {
    item.checkColumns();
  }
}