TestStatus constructor

TestStatus({
  1. String? details,
  2. String? status,
})

Implementation

TestStatus({
  this.details,
  this.status,
});