ClusterListEntry constructor
ClusterListEntry({
- String? clusterId,
- ClusterState? clusterState,
- DateTime? creationDate,
- String? description,
Implementation
ClusterListEntry({
this.clusterId,
this.clusterState,
this.creationDate,
this.description,
});