from method

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

Implementation

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