menu
monolib_dart package
documentation
csv.dart
CsvMappedBatchDecoder<T>
CsvMappedBatchDecoder.new const constructor
CsvMappedBatchDecoder.new const constructor
dark_mode
light_mode
CsvMappedBatchDecoder<
T
>
constructor
const
CsvMappedBatchDecoder<
T
>
(
T?
mapper
(
List
<
String
>
row
), {
void
onBatch
(
List
<
T
>
batch
)?,
void
onDone
()?,
})
Implementation
const CsvMappedBatchDecoder(this.mapper, {this.onBatch, this.onDone});
monolib_dart package
documentation
csv
CsvMappedBatchDecoder<T>
CsvMappedBatchDecoder.new const constructor
CsvMappedBatchDecoder class