TestRun constructor

TestRun({
  1. int? assignedtoId,
  2. int? blockedCount,
  3. DateTime? completedOn,
  4. String? config,
  5. List<int>? configIds,
  6. int? createdBy,
  7. DateTime? createdOn,
  8. int? customStatus1Count,
  9. int? customStatus2Count,
  10. int? customStatus3Count,
  11. int? customStatus4Count,
  12. int? customStatus5Count,
  13. int? customStatus6Count,
  14. int? customStatus7Count,
  15. String? description,
  16. int? failedCount,
  17. required int id,
  18. bool? includeAll,
  19. bool? isCompleted,
  20. int? milestoneId,
  21. String? name,
  22. int? passedCount,
  23. int? planId,
  24. int? projectId,
  25. String? refs,
  26. int? retestCount,
  27. int? suiteId,
  28. int? untestedCount,
  29. DateTime? updatedOn,
  30. String? url,
})

Implementation

TestRun({
  this.assignedtoId,
  this.blockedCount,
  this.completedOn,
  this.config,
  this.configIds,
  this.createdBy,
  this.createdOn,
  this.customStatus1Count,
  this.customStatus2Count,
  this.customStatus3Count,
  this.customStatus4Count,
  this.customStatus5Count,
  this.customStatus6Count,
  this.customStatus7Count,
  this.description,
  this.failedCount,
  required this.id,
  this.includeAll,
  this.isCompleted,
  this.milestoneId,
  this.name,
  this.passedCount,
  this.planId,
  this.projectId,
  this.refs,
  this.retestCount,
  this.suiteId,
  this.untestedCount,
  this.updatedOn,
  this.url,
});