SoftDeleteTestCase constructor

SoftDeleteTestCase({
  1. int? results,
  2. int? tests,
})

Implementation

SoftDeleteTestCase({
  this.results,
  this.tests,
});