InsightResultValue constructor

InsightResultValue({
  1. required int count,
  2. required String groupByAttributeValue,
})

Implementation

InsightResultValue({
  required this.count,
  required this.groupByAttributeValue,
});