Cluster constructor
Cluster({
- String? centroidId,
- String? count,
- List<
FeatureValue> ? featureValues,
Implementation
Cluster({this.centroidId, this.count, this.featureValues});