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