operator [] method

SchemaTable? operator [](
  1. String tableName
)

Gets a table from tables by that table's name.

See tableForName for details.

Implementation

SchemaTable? operator [](String tableName) => tableForName(tableName);