DatafeedStatusExample constructor

DatafeedStatusExample({
  1. String? itemId,
  2. String? lineNumber,
  3. String? value,
})

Implementation

DatafeedStatusExample({
  this.itemId,
  this.lineNumber,
  this.value,
});