BaseRepository constructor

BaseRepository(
  1. Session db, {
  2. required String tableName,
  3. String? keyName,
})

Implementation

BaseRepository(this.db, {required this.tableName, this.keyName});