DbTable<KeyType> constructor
const
DbTable<KeyType> (
- QueryExecutor database,
- Table<
KeyType> table
Implementation
const DbTable(this.database, this.table);