copyWithWrapped method

WebApiModulesHomeOrderDayOrderDay copyWithWrapped({
  1. Wrapped<int?>? orderDayId,
  2. Wrapped<String?>? orderId,
  3. Wrapped<String?>? orderDate,
  4. Wrapped<String?>? dayName,
  5. Wrapped<String?>? activityHint,
  6. Wrapped<String?>? activityDescription,
  7. Wrapped<String?>? startTime,
  8. Wrapped<String?>? stopTime,
  9. Wrapped<double?>? hours,
  10. Wrapped<double?>? hoursOvertime,
  11. Wrapped<double?>? hoursDoubletime,
  12. Wrapped<String?>? break1StartTime,
  13. Wrapped<String?>? break1StopTime,
  14. Wrapped<String?>? break2StartTime,
  15. Wrapped<String?>? break2StopTime,
  16. Wrapped<String?>? break3StartTime,
  17. Wrapped<String?>? break3StopTime,
  18. Wrapped<String?>? breakTime,
  19. Wrapped<String?>? dailyTotalTime,
  20. Wrapped<String?>? venueId,
  21. Wrapped<String?>? venue,
  22. Wrapped<String?>? venueAddress1,
  23. Wrapped<String?>? venueAddress2,
  24. Wrapped<String?>? venueCity,
  25. Wrapped<String?>? venueState,
  26. Wrapped<String?>? venueCountryId,
  27. Wrapped<String?>? venueCountry,
  28. Wrapped<String?>? venueZipCode,
  29. Wrapped<bool?>? billable,
  30. Wrapped<bool?>? totalTimeEstimated,
  31. Wrapped<bool?>? break1PaId,
  32. Wrapped<bool?>? break2PaId,
  33. Wrapped<bool?>? break3PaId,
  34. Wrapped<bool?>? milestone,
  35. Wrapped<String?>? notes,
  36. Wrapped<String?>? auditNote,
  37. Wrapped<String?>? recordTitle,
  38. Wrapped? urlIdentifier,
  39. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  40. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  41. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  42. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  43. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  44. Wrapped<bool?>? hasImport,
  45. Wrapped<bool?>? hasDocuments,
  46. Wrapped<String?>? createdByUserId,
  47. Wrapped<String?>? createdByUserName,
  48. Wrapped<String?>? createdDateTime,
  49. Wrapped<String?>? modifiedByUserId,
  50. Wrapped<String?>? modifiedByUserName,
  51. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesHomeOrderDayOrderDay copyWithWrapped({
  Wrapped<int?>? orderDayId,
  Wrapped<String?>? orderId,
  Wrapped<String?>? orderDate,
  Wrapped<String?>? dayName,
  Wrapped<String?>? activityHint,
  Wrapped<String?>? activityDescription,
  Wrapped<String?>? startTime,
  Wrapped<String?>? stopTime,
  Wrapped<double?>? hours,
  Wrapped<double?>? hoursOvertime,
  Wrapped<double?>? hoursDoubletime,
  Wrapped<String?>? break1StartTime,
  Wrapped<String?>? break1StopTime,
  Wrapped<String?>? break2StartTime,
  Wrapped<String?>? break2StopTime,
  Wrapped<String?>? break3StartTime,
  Wrapped<String?>? break3StopTime,
  Wrapped<String?>? breakTime,
  Wrapped<String?>? dailyTotalTime,
  Wrapped<String?>? venueId,
  Wrapped<String?>? venue,
  Wrapped<String?>? venueAddress1,
  Wrapped<String?>? venueAddress2,
  Wrapped<String?>? venueCity,
  Wrapped<String?>? venueState,
  Wrapped<String?>? venueCountryId,
  Wrapped<String?>? venueCountry,
  Wrapped<String?>? venueZipCode,
  Wrapped<bool?>? billable,
  Wrapped<bool?>? totalTimeEstimated,
  Wrapped<bool?>? break1PaId,
  Wrapped<bool?>? break2PaId,
  Wrapped<bool?>? break3PaId,
  Wrapped<bool?>? milestone,
  Wrapped<String?>? notes,
  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 WebApiModulesHomeOrderDayOrderDay(
    orderDayId: (orderDayId != null ? orderDayId.value : this.orderDayId),
    orderId: (orderId != null ? orderId.value : this.orderId),
    orderDate: (orderDate != null ? orderDate.value : this.orderDate),
    dayName: (dayName != null ? dayName.value : this.dayName),
    activityHint: (activityHint != null
        ? activityHint.value
        : this.activityHint),
    activityDescription: (activityDescription != null
        ? activityDescription.value
        : this.activityDescription),
    startTime: (startTime != null ? startTime.value : this.startTime),
    stopTime: (stopTime != null ? stopTime.value : this.stopTime),
    hours: (hours != null ? hours.value : this.hours),
    hoursOvertime: (hoursOvertime != null
        ? hoursOvertime.value
        : this.hoursOvertime),
    hoursDoubletime: (hoursDoubletime != null
        ? hoursDoubletime.value
        : this.hoursDoubletime),
    break1StartTime: (break1StartTime != null
        ? break1StartTime.value
        : this.break1StartTime),
    break1StopTime: (break1StopTime != null
        ? break1StopTime.value
        : this.break1StopTime),
    break2StartTime: (break2StartTime != null
        ? break2StartTime.value
        : this.break2StartTime),
    break2StopTime: (break2StopTime != null
        ? break2StopTime.value
        : this.break2StopTime),
    break3StartTime: (break3StartTime != null
        ? break3StartTime.value
        : this.break3StartTime),
    break3StopTime: (break3StopTime != null
        ? break3StopTime.value
        : this.break3StopTime),
    breakTime: (breakTime != null ? breakTime.value : this.breakTime),
    dailyTotalTime: (dailyTotalTime != null
        ? dailyTotalTime.value
        : this.dailyTotalTime),
    venueId: (venueId != null ? venueId.value : this.venueId),
    venue: (venue != null ? venue.value : this.venue),
    venueAddress1: (venueAddress1 != null
        ? venueAddress1.value
        : this.venueAddress1),
    venueAddress2: (venueAddress2 != null
        ? venueAddress2.value
        : this.venueAddress2),
    venueCity: (venueCity != null ? venueCity.value : this.venueCity),
    venueState: (venueState != null ? venueState.value : this.venueState),
    venueCountryId: (venueCountryId != null
        ? venueCountryId.value
        : this.venueCountryId),
    venueCountry: (venueCountry != null
        ? venueCountry.value
        : this.venueCountry),
    venueZipCode: (venueZipCode != null
        ? venueZipCode.value
        : this.venueZipCode),
    billable: (billable != null ? billable.value : this.billable),
    totalTimeEstimated: (totalTimeEstimated != null
        ? totalTimeEstimated.value
        : this.totalTimeEstimated),
    break1PaId: (break1PaId != null ? break1PaId.value : this.break1PaId),
    break2PaId: (break2PaId != null ? break2PaId.value : this.break2PaId),
    break3PaId: (break3PaId != null ? break3PaId.value : this.break3PaId),
    milestone: (milestone != null ? milestone.value : this.milestone),
    notes: (notes != null ? notes.value : this.notes),
    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),
  );
}