ClusterState constructor

ClusterState({
  1. List<EncryptionInfo>? encryptionInfo,
  2. String? replicationState,
})

Implementation

ClusterState({
  this.encryptionInfo,
  this.replicationState,
});