Milestone constructor

Milestone({
  1. dynamic id,
  2. dynamic orderId,
  3. String? productId,
  4. BlueprintMaster? blueprintMaster,
  5. WorkflowMaster? workflowMaster,
  6. dynamic priority,
  7. String? status,
  8. dynamic uniqueId,
  9. int? merged,
  10. String? dependency,
  11. String? processInstanceId,
  12. dynamic createDate,
  13. int? changeDate,
  14. dynamic transactionId,
  15. String? taskId,
  16. dynamic formName,
  17. int? availableRetry,
  18. int? ponr,
  19. int? orderStartDate,
  20. int? orderPaused,
  21. int? milestoneExpiryDate,
  22. String? statusCode,
  23. String? statusDescription,
  24. dynamic transactionLogs,
  25. dynamic transactionLogsAsString,
  26. bool? setMilestoneExpiryToNull,
  27. dynamic stepName,
  28. dynamic stepId,
  29. dynamic source,
})

Implementation

Milestone({
  this.id,
  this.orderId,
  this.productId,
  this.blueprintMaster,
  this.workflowMaster,
  this.priority,
  this.status,
  this.uniqueId,
  this.merged,
  this.dependency,
  this.processInstanceId,
  this.createDate,
  this.changeDate,
  this.transactionId,
  this.taskId,
  this.formName,
  this.availableRetry,
  this.ponr,
  this.orderStartDate,
  this.orderPaused,
  this.milestoneExpiryDate,
  this.statusCode,
  this.statusDescription,
  this.transactionLogs,
  this.transactionLogsAsString,
  this.setMilestoneExpiryToNull,
  this.stepName,
  this.stepId,
  this.source,
});