Clustering constructor

Clustering({
  1. List<String>? fields,
})

Implementation

Clustering({
  this.fields,
});