table method

Table? table(
  1. String name
)

Implementation

Table? table(String name) => _tables[name];