InputSerialization constructor

InputSerialization({
  1. CSVInput? csv,
})

Implementation

InputSerialization({
  this.csv,
});