RowInfo constructor

RowInfo({
  1. int? rowsDropped,
  2. int? rowsIngested,
})

Implementation

RowInfo({
  this.rowsDropped,
  this.rowsIngested,
});