InstructionOutput constructor

InstructionOutput({
  1. Map<String, Object?>? codec,
  2. String? name,
  3. bool? onlyCountKeyBytes,
  4. bool? onlyCountValueBytes,
  5. String? originalName,
  6. String? systemName,
})

Implementation

InstructionOutput({
  this.codec,
  this.name,
  this.onlyCountKeyBytes,
  this.onlyCountValueBytes,
  this.originalName,
  this.systemName,
});