DiscoveryclustersClusters constructor

DiscoveryclustersClusters({
  1. DiscoveryclustersClustersBannerWithContentContainer? bannerWithContentContainer,
  2. String? subTitle,
  3. String? title,
  4. int? totalVolumes,
  5. String? uid,
  6. List<Volume>? volumes,
})

Implementation

DiscoveryclustersClusters({
  this.bannerWithContentContainer,
  this.subTitle,
  this.title,
  this.totalVolumes,
  this.uid,
  this.volumes,
});