EnvConfig constructor
const
EnvConfig({})
Implementation
const EnvConfig({
this.host = _host,
this.port = _port,
this.user = _user,
this.dbName = _dbName,
this.tableName = _tableName,
this.homeDbName = _user,
});