AlloyDbConnectionProfile constructor

AlloyDbConnectionProfile({
  1. String? clusterId,
  2. AlloyDbSettings? settings,
})

Implementation

AlloyDbConnectionProfile({
  this.clusterId,
  this.settings,
});