menu
monolib_dart package
documentation
csv.dart
MappedCsvRowDecoder<T>
MappedCsvRowDecoder.new const constructor
MappedCsvRowDecoder.new const constructor
dark_mode
light_mode
MappedCsvRowDecoder<
T
>
constructor
const
MappedCsvRowDecoder<
T
>
(
T?
mapper
(
List
<
String
>
row
)
)
Implementation
const MappedCsvRowDecoder(this.mapper);
monolib_dart package
documentation
csv
MappedCsvRowDecoder<T>
MappedCsvRowDecoder.new const constructor
MappedCsvRowDecoder class