TestIDError constructor

TestIDError({
  1. int? testID,
  2. String? error,
  3. String? stackTrace,
  4. bool? isFailure,
  5. String? type,
  6. int? time,
})

Implementation

TestIDError(
    {this.testID,
      this.error,
      this.stackTrace,
      this.isFailure,
      this.type,
      this.time});