table method

Table table(
  1. String tableName, [
  2. Map? options
])

Implementation

Table table(String tableName, [Map? options]) =>
    Table.fromDB(this, tableName, options);