CsvInput constructor

CsvInput(
  1. Map config, {
  2. ProgressBloc? progress,
})

Create a new instance.

Implementation

CsvInput(super.config, {super.progress}) : path = config['path'];