getTable method

Table? getTable(
  1. String name
)

Implementation

Table? getTable(String name) => tables[name];