ListClustersOutput constructor
ListClustersOutput({
- List<
ClusterSummary> ? clusters, - String? marker,
Implementation
ListClustersOutput({
this.clusters,
this.marker,
});