Discoveryclusters constructor
      
      Discoveryclusters({ 
    
    
- List<DiscoveryclustersClusters> ? clusters,
- String? kind,
- int? totalClusters,
Implementation
Discoveryclusters({this.clusters, this.kind, this.totalClusters});