DaoTenant<E extends EntityTenant<E>>.withDb constructor

DaoTenant<E extends EntityTenant<E>>.withDb(
  1. Db db,
  2. String tableName, {
  3. required String tenantFieldName,
})

Create a dao object with passed db

Implementation

DaoTenant.withDb(super.db, super.tableName, {required this.tenantFieldName})
    : super.withDb();