Cluster constructor

Cluster({
  1. String? centroidId,
  2. String? count,
  3. List<FeatureValue>? featureValues,
})

Implementation

Cluster({
  this.centroidId,
  this.count,
  this.featureValues,
});