RecordOutput constructor

RecordOutput({
  1. String? description,
  2. String? outputKey,
  3. String? outputValue,
})

Implementation

RecordOutput({
  this.description,
  this.outputKey,
  this.outputValue,
});