BaseOperation<T> constructor
BaseOperation<T> (
- SonicDbBase db,
- String table, {
- Map? entity,
- T? instance,
Implementation
BaseOperation(this.db, this.table, {this.entity, this.instance});