CsvMappedDecoder<T> constructor

const CsvMappedDecoder<T>(
  1. T? mapper(
    1. List<String> row
    ), {
  2. void onDone()?,
})

Implementation

const CsvMappedDecoder(this.mapper, {this.onDone});