WebApiModulesHomeControlsOrderDatesOrderDates constructor

WebApiModulesHomeControlsOrderDatesOrderDates({
  1. String? orderId,
  2. String? orderTypeId,
  3. String? orderTypeDateTypeId,
  4. bool? isSystemType,
  5. String? activityTypeId,
  6. String? activityType,
  7. String? activity,
  8. String? activityDisplay,
  9. String? description,
  10. String? descriptionDisplay,
  11. String? descriptionDisplayTitleCase,
  12. bool? isEnabled,
  13. String? date,
  14. String? time,
  15. String? dateAndTime,
  16. String? dayOfWeek,
  17. String? actualDate,
  18. String? actualTime,
  19. String? actualDayOfWeek,
  20. bool? isRequired,
  21. bool? isProductionActivity,
  22. bool? isMilestone,
  23. double? orderBy,
  24. String? auditNote,
  25. String? recordTitle,
  26. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  27. List<FwStandardDataFwCustomValue>? custom,
  28. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  29. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsOrderDatesOrderDates({
  this.orderId,
  this.orderTypeId,
  this.orderTypeDateTypeId,
  this.isSystemType,
  this.activityTypeId,
  this.activityType,
  this.activity,
  this.activityDisplay,
  this.description,
  this.descriptionDisplay,
  this.descriptionDisplayTitleCase,
  this.isEnabled,
  this.date,
  this.time,
  this.dateAndTime,
  this.dayOfWeek,
  this.actualDate,
  this.actualTime,
  this.actualDayOfWeek,
  this.isRequired,
  this.isProductionActivity,
  this.isMilestone,
  this.orderBy,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});