UpdateTable<T extends Table> constructor
const
UpdateTable<T extends Table> (
- T table
Creates a new update table instance for the specified table.
This constructor is typically called by generated subclasses to initialize the base functionality.
Implementation
const UpdateTable(this.table);