TestResult constructor
TestResult({})
Implementation
TestResult({
this.assignedToId,
this.attachmentIds,
this.comment,
this.createdBy,
this.createdOn,
this.customStepResults,
this.defects,
this.elapsed,
required this.id,
this.statusId,
this.testId,
this.version,
});