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