ClusterInfo constructor

ClusterInfo({
  1. required bool clusterEnabled,
})

Implementation

ClusterInfo({
  required this.clusterEnabled,
});