operator [] method Null safety
- String tableName
Gets a table from tables by that table's name.
See tableForName for details.
Implementation
SchemaTable? operator [](String tableName) => tableForName(tableName);
Gets a table from tables by that table's name.
See tableForName for details.
SchemaTable? operator [](String tableName) => tableForName(tableName);