TestingDetails constructor

TestingDetails({
  1. bool? isTestingResponse,
})

Implementation

TestingDetails({
  this.isTestingResponse,
});