MappedCsvRowDecoder<T> constructor

const MappedCsvRowDecoder<T>(
  1. T? mapper(
    1. List<String> row
    )
)

Implementation

const MappedCsvRowDecoder(this.mapper);