table method

parseTable? table(
  1. String name
)

Implementation

parseTable? table(String name) {
  return tableMap()[name];
}