ClusterInfo constructor

ClusterInfo({
  1. required bool clusterEnabled,
})

ClusterInfo

Implementation

ClusterInfo({
  required this.clusterEnabled,
});