copyWithWrapped method

WebApiModulesAgentOrderDatesOrderDates copyWithWrapped({
  1. Wrapped<String?>? orderId,
  2. Wrapped<String?>? orderTypeId,
  3. Wrapped<String?>? orderTypeDateTypeId,
  4. Wrapped<bool?>? isSystemType,
  5. Wrapped<String?>? activityTypeId,
  6. Wrapped<String?>? activityType,
  7. Wrapped<String?>? activity,
  8. Wrapped<String?>? activityDisplay,
  9. Wrapped<String?>? description,
  10. Wrapped<String?>? descriptionDisplay,
  11. Wrapped<String?>? descriptionDisplayTitleCase,
  12. Wrapped<bool?>? isEnabled,
  13. Wrapped<String?>? date,
  14. Wrapped<String?>? time,
  15. Wrapped<String?>? dateAndTime,
  16. Wrapped<String?>? dayOfWeek,
  17. Wrapped<String?>? actualDate,
  18. Wrapped<String?>? actualTime,
  19. Wrapped<String?>? actualDayOfWeek,
  20. Wrapped<bool?>? isRequired,
  21. Wrapped<bool?>? isProductionActivity,
  22. Wrapped<bool?>? isMilestone,
  23. Wrapped<double?>? orderBy,
  24. Wrapped<String?>? auditNote,
  25. Wrapped<String?>? recordTitle,
  26. Wrapped? urlIdentifier,
  27. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  28. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  29. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  30. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  31. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  32. Wrapped<bool?>? hasImport,
  33. Wrapped<bool?>? hasDocuments,
  34. Wrapped<String?>? createdByUserId,
  35. Wrapped<String?>? createdByUserName,
  36. Wrapped<String?>? createdDateTime,
  37. Wrapped<String?>? modifiedByUserId,
  38. Wrapped<String?>? modifiedByUserName,
  39. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesAgentOrderDatesOrderDates copyWithWrapped({
  Wrapped<String?>? orderId,
  Wrapped<String?>? orderTypeId,
  Wrapped<String?>? orderTypeDateTypeId,
  Wrapped<bool?>? isSystemType,
  Wrapped<String?>? activityTypeId,
  Wrapped<String?>? activityType,
  Wrapped<String?>? activity,
  Wrapped<String?>? activityDisplay,
  Wrapped<String?>? description,
  Wrapped<String?>? descriptionDisplay,
  Wrapped<String?>? descriptionDisplayTitleCase,
  Wrapped<bool?>? isEnabled,
  Wrapped<String?>? date,
  Wrapped<String?>? time,
  Wrapped<String?>? dateAndTime,
  Wrapped<String?>? dayOfWeek,
  Wrapped<String?>? actualDate,
  Wrapped<String?>? actualTime,
  Wrapped<String?>? actualDayOfWeek,
  Wrapped<bool?>? isRequired,
  Wrapped<bool?>? isProductionActivity,
  Wrapped<bool?>? isMilestone,
  Wrapped<double?>? orderBy,
  Wrapped<String?>? auditNote,
  Wrapped<String?>? recordTitle,
  Wrapped<dynamic>? urlIdentifier,
  Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
  fields,
  Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  Wrapped<bool?>? hasImport,
  Wrapped<bool?>? hasDocuments,
  Wrapped<String?>? createdByUserId,
  Wrapped<String?>? createdByUserName,
  Wrapped<String?>? createdDateTime,
  Wrapped<String?>? modifiedByUserId,
  Wrapped<String?>? modifiedByUserName,
  Wrapped<String?>? modifiedDateTime,
}) {
  return WebApiModulesAgentOrderDatesOrderDates(
    orderId: (orderId != null ? orderId.value : this.orderId),
    orderTypeId: (orderTypeId != null ? orderTypeId.value : this.orderTypeId),
    orderTypeDateTypeId: (orderTypeDateTypeId != null
        ? orderTypeDateTypeId.value
        : this.orderTypeDateTypeId),
    isSystemType: (isSystemType != null
        ? isSystemType.value
        : this.isSystemType),
    activityTypeId: (activityTypeId != null
        ? activityTypeId.value
        : this.activityTypeId),
    activityType: (activityType != null
        ? activityType.value
        : this.activityType),
    activity: (activity != null ? activity.value : this.activity),
    activityDisplay: (activityDisplay != null
        ? activityDisplay.value
        : this.activityDisplay),
    description: (description != null ? description.value : this.description),
    descriptionDisplay: (descriptionDisplay != null
        ? descriptionDisplay.value
        : this.descriptionDisplay),
    descriptionDisplayTitleCase: (descriptionDisplayTitleCase != null
        ? descriptionDisplayTitleCase.value
        : this.descriptionDisplayTitleCase),
    isEnabled: (isEnabled != null ? isEnabled.value : this.isEnabled),
    date: (date != null ? date.value : this.date),
    time: (time != null ? time.value : this.time),
    dateAndTime: (dateAndTime != null ? dateAndTime.value : this.dateAndTime),
    dayOfWeek: (dayOfWeek != null ? dayOfWeek.value : this.dayOfWeek),
    actualDate: (actualDate != null ? actualDate.value : this.actualDate),
    actualTime: (actualTime != null ? actualTime.value : this.actualTime),
    actualDayOfWeek: (actualDayOfWeek != null
        ? actualDayOfWeek.value
        : this.actualDayOfWeek),
    isRequired: (isRequired != null ? isRequired.value : this.isRequired),
    isProductionActivity: (isProductionActivity != null
        ? isProductionActivity.value
        : this.isProductionActivity),
    isMilestone: (isMilestone != null ? isMilestone.value : this.isMilestone),
    orderBy: (orderBy != null ? orderBy.value : this.orderBy),
    auditNote: (auditNote != null ? auditNote.value : this.auditNote),
    recordTitle: (recordTitle != null ? recordTitle.value : this.recordTitle),
    urlIdentifier: (urlIdentifier != null
        ? urlIdentifier.value
        : this.urlIdentifier),
    fields: (fields != null ? fields.value : this.fields),
    custom: (custom != null ? custom.value : this.custom),
    defaultFieldAttributes: (defaultFieldAttributes != null
        ? defaultFieldAttributes.value
        : this.defaultFieldAttributes),
    original: (original != null ? original.value : this.original),
    translation: (translation != null ? translation.value : this.translation),
    hasImport: (hasImport != null ? hasImport.value : this.hasImport),
    hasDocuments: (hasDocuments != null
        ? hasDocuments.value
        : this.hasDocuments),
    createdByUserId: (createdByUserId != null
        ? createdByUserId.value
        : this.createdByUserId),
    createdByUserName: (createdByUserName != null
        ? createdByUserName.value
        : this.createdByUserName),
    createdDateTime: (createdDateTime != null
        ? createdDateTime.value
        : this.createdDateTime),
    modifiedByUserId: (modifiedByUserId != null
        ? modifiedByUserId.value
        : this.modifiedByUserId),
    modifiedByUserName: (modifiedByUserName != null
        ? modifiedByUserName.value
        : this.modifiedByUserName),
    modifiedDateTime: (modifiedDateTime != null
        ? modifiedDateTime.value
        : this.modifiedDateTime),
  );
}