DataSource constructor

DataSource({
  1. Application? application,
  2. List<String>? dataQualityStandard,
  3. String? dataStreamId,
  4. String? dataStreamName,
  5. DataType? dataType,
  6. Device? device,
  7. String? name,
  8. String? type,
})

Implementation

DataSource({
  this.application,
  this.dataQualityStandard,
  this.dataStreamId,
  this.dataStreamName,
  this.dataType,
  this.device,
  this.name,
  this.type,
});