BaseOperation<T> constructor

BaseOperation<T>(
  1. SonicDb db,
  2. String table, {
  3. Map? entity,
  4. T? instance,
})

Implementation

BaseOperation(this.db, this.table, {this.entity, this.instance});