InsightsValue constructor

InsightsValue({
  1. String? threshold,
  2. String? value,
})

Implementation

InsightsValue({
  this.threshold,
  this.value,
});