DBRepositoryAdapter<O> constructor
DBRepositoryAdapter<O> (})
Implementation
DBRepositoryAdapter(
this.databaseAdapter,
this.name, {
String? tableName,
Type? type,
}) : tableName = tableName ?? name,
type = type ?? O;