Cluster constructor
      
      Cluster({ 
    
    
- ClusterConfig? clusterConfig,
- String? defaultStorageType,
- EncryptionConfig? encryptionConfig,
- String? location,
- String? name,
- String? nodeScalingFactor,
- int? serveNodes,
- String? state,
Implementation
Cluster({
  this.clusterConfig,
  this.defaultStorageType,
  this.encryptionConfig,
  this.location,
  this.name,
  this.nodeScalingFactor,
  this.serveNodes,
  this.state,
});