CollectdValue constructor
      
      CollectdValue({ 
    
    
- String? dataSourceName,
- String? dataSourceType,
- TypedValue? value,
Implementation
CollectdValue({this.dataSourceName, this.dataSourceType, this.value});