Entity constructor
const
Entity({
- String? tableName,
- String? description,
- DatabaseType dbType = DatabaseType.postgresql,
Implementation
const Entity({
this.tableName,
this.description,
this.dbType = DatabaseType.postgresql,
});