Discoveryclusters constructor

Discoveryclusters({
  1. List<DiscoveryclustersClusters>? clusters,
  2. String? kind,
  3. int? totalClusters,
})

Implementation

Discoveryclusters({this.clusters, this.kind, this.totalClusters});