OutputSerialization constructor
OutputSerialization(
- CSVOutput? cSV,
- JSONOutput? jSON
Implementation
OutputSerialization(
this.cSV,
this.jSON,
);
OutputSerialization(
this.cSV,
this.jSON,
);