CategoricalValue constructor

CategoricalValue({
  1. List<CategoryCount>? categoryCounts,
})

Implementation

CategoricalValue({
  this.categoryCounts,
});