AlloyDbConnectionProfile constructor
      
      AlloyDbConnectionProfile({ 
    
    
- String? clusterId,
 - AlloyDbSettings? settings,
 
Implementation
AlloyDbConnectionProfile({
  this.clusterId,
  this.settings,
});