GetTestResult constructor

GetTestResult({
  1. Test? test,
})

Implementation

GetTestResult({
  this.test,
});