GetTestGridSessionResult constructor

GetTestGridSessionResult({
  1. TestGridSession? testGridSession,
})

Implementation

GetTestGridSessionResult({
  this.testGridSession,
});