CsvRow constructor

CsvRow({
  1. List<String>? entries,
})

Implementation

CsvRow({
  this.entries,
});