InputDataChange constructor

InputDataChange({
  1. double? recordsReadDiffPercentage,
})

Implementation

InputDataChange({
  this.recordsReadDiffPercentage,
});