OutputSerialization constructor

OutputSerialization({
  1. CSVOutput? csv,
})

Implementation

OutputSerialization({
  this.csv,
});