table method

QueryBuilder table(
  1. String? table, {
  2. String? alias,
})

Implementation

QueryBuilder table(String? table, {String? alias}) {
  throw UnsupportedOperationException('`table` not implemented');
}