onParsePageStats property

void Function({required int skipped, required int total})? onParsePageStats
final

Optional hook to expose parse statistics for testing/observability. Called after parsePage completes with the number of skipped rows and total rows.

Implementation

final void Function({required int skipped, required int total})?
onParsePageStats;