MysqlProfile constructor
MysqlProfile({})
Implementation
MysqlProfile({
this.hostname,
this.password,
this.port,
this.secretManagerStoredPassword,
this.sslConfig,
this.username,
});
MysqlProfile({
this.hostname,
this.password,
this.port,
this.secretManagerStoredPassword,
this.sslConfig,
this.username,
});