Db constructor
const
Db({})
Implementation
const Db({
required this.entities,
this.migrationVersion = 1,
this.config,
this.name,
this.generateSql = false,
this.sqlDialect,
});
const Db({
required this.entities,
this.migrationVersion = 1,
this.config,
this.name,
this.generateSql = false,
this.sqlDialect,
});