MysqlProfile constructor
MysqlProfile({
- String? hostname,
- String? password,
- int? port,
- MysqlSslConfig? sslConfig,
- String? username,
Implementation
MysqlProfile({
this.hostname,
this.password,
this.port,
this.sslConfig,
this.username,
});