getTable method

GameTable? getTable(
  1. String name
)

Implementation

GameTable? getTable(String name) => state.getTable(name);