MySqlConnectionProfile constructor

MySqlConnectionProfile({
  1. String? cloudSqlId,
  2. String? host,
  3. String? password,
  4. bool? passwordSet,
  5. int? port,
  6. SslConfig? ssl,
  7. String? username,
})

Implementation

MySqlConnectionProfile({
  this.cloudSqlId,
  this.host,
  this.password,
  this.passwordSet,
  this.port,
  this.ssl,
  this.username,
});