ClusterListEntry constructor

ClusterListEntry({
  1. String? clusterId,
  2. ClusterState? clusterState,
  3. DateTime? creationDate,
  4. String? description,
})

Implementation

ClusterListEntry({
  this.clusterId,
  this.clusterState,
  this.creationDate,
  this.description,
});