ClusterState constructor
ClusterState({
- List<
EncryptionInfo> ? encryptionInfo, - String? replicationState,
Implementation
ClusterState({this.encryptionInfo, this.replicationState});