CsvValueEncoder constructor

CsvValueEncoder(
  1. Sink<String> writer
)

Implementation

CsvValueEncoder(this.writer);