CollectdValue constructor

CollectdValue({
  1. String? dataSourceName,
  2. String? dataSourceType,
  3. TypedValue? value,
})

Implementation

CollectdValue({
  this.dataSourceName,
  this.dataSourceType,
  this.value,
});