TestIDResult constructor

TestIDResult({
  1. int? testID,
  2. String? result,
  3. bool? skipped,
  4. bool? hidden,
  5. String? type,
  6. int? time,
})

Implementation

TestIDResult(
    {this.testID,
      this.result,
      this.skipped,
      this.hidden,
      this.type,
      this.time});