table static method

Query table(
  1. String table
)

Implementation

static Query table(String table) {
  return Query(
    table: table,
  );
}