TestDetails constructor

TestDetails({
  1. String? errorMessage,
  2. List<String>? progressMessages,
})

Implementation

TestDetails({
  this.errorMessage,
  this.progressMessages,
});