RowCountTest constructor

RowCountTest({
  1. String? comparison,
  2. String? threshold,
})

Implementation

RowCountTest({
  this.comparison,
  this.threshold,
});