copyWithWrapped method

WebApiModulesSettingsSystemSettingsDefaultSettingsDefaultSettings copyWithWrapped({
  1. Wrapped<String?>? defaultSettingsId,
  2. Wrapped<String?>? defaultUnitId,
  3. Wrapped<String?>? defaultSettingsName,
  4. Wrapped<String?>? defaultUnit,
  5. Wrapped<String?>? defaultDealStatusId,
  6. Wrapped<String?>? defaultDealStatus,
  7. Wrapped<String?>? defaultCustomerStatusId,
  8. Wrapped<String?>? defaultCustomerStatus,
  9. Wrapped<String?>? defaultDealBillingCycleId,
  10. Wrapped<String?>? defaultDealBillingCycle,
  11. Wrapped<bool?>? defaultDealPoRequired,
  12. Wrapped<String?>? defaultDealPoType,
  13. Wrapped<String?>? defaultNonRecurringBillingCycleId,
  14. Wrapped<String?>? defaultNonRecurringBillingCycle,
  15. Wrapped<String?>? defaultCustomerPaymentTermsId,
  16. Wrapped<String?>? defaultCustomerPaymentTerms,
  17. Wrapped<String?>? defaultContactGroupId,
  18. Wrapped<String?>? defaultContactGroupName,
  19. Wrapped<String?>? defaultRank,
  20. Wrapped<String?>? defaultCreditStatusId,
  21. Wrapped<String?>? defaultCreditStatus,
  22. Wrapped<bool?>? contactShowAllDeals,
  23. Wrapped<String?>? defaultVendorBillingCycleId,
  24. Wrapped<String?>? defaultVendorBillingCycle,
  25. Wrapped<String?>? dateStamp,
  26. Wrapped<String?>? auditNote,
  27. Wrapped<String?>? recordTitle,
  28. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  29. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  30. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
})

Implementation

WebApiModulesSettingsSystemSettingsDefaultSettingsDefaultSettings
    copyWithWrapped(
        {Wrapped<String?>? defaultSettingsId,
        Wrapped<String?>? defaultUnitId,
        Wrapped<String?>? defaultSettingsName,
        Wrapped<String?>? defaultUnit,
        Wrapped<String?>? defaultDealStatusId,
        Wrapped<String?>? defaultDealStatus,
        Wrapped<String?>? defaultCustomerStatusId,
        Wrapped<String?>? defaultCustomerStatus,
        Wrapped<String?>? defaultDealBillingCycleId,
        Wrapped<String?>? defaultDealBillingCycle,
        Wrapped<bool?>? defaultDealPoRequired,
        Wrapped<String?>? defaultDealPoType,
        Wrapped<String?>? defaultNonRecurringBillingCycleId,
        Wrapped<String?>? defaultNonRecurringBillingCycle,
        Wrapped<String?>? defaultCustomerPaymentTermsId,
        Wrapped<String?>? defaultCustomerPaymentTerms,
        Wrapped<String?>? defaultContactGroupId,
        Wrapped<String?>? defaultContactGroupName,
        Wrapped<String?>? defaultRank,
        Wrapped<String?>? defaultCreditStatusId,
        Wrapped<String?>? defaultCreditStatus,
        Wrapped<bool?>? contactShowAllDeals,
        Wrapped<String?>? defaultVendorBillingCycleId,
        Wrapped<String?>? defaultVendorBillingCycle,
        Wrapped<String?>? dateStamp,
        Wrapped<String?>? auditNote,
        Wrapped<String?>? recordTitle,
        Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
            fields,
        Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
        Wrapped<List<FwStandardDataFwDefaultAttribute>?>?
            defaultFieldAttributes}) {
  return WebApiModulesSettingsSystemSettingsDefaultSettingsDefaultSettings(
      defaultSettingsId: (defaultSettingsId != null
          ? defaultSettingsId.value
          : this.defaultSettingsId),
      defaultUnitId:
          (defaultUnitId != null ? defaultUnitId.value : this.defaultUnitId),
      defaultSettingsName: (defaultSettingsName != null
          ? defaultSettingsName.value
          : this.defaultSettingsName),
      defaultUnit:
          (defaultUnit != null ? defaultUnit.value : this.defaultUnit),
      defaultDealStatusId: (defaultDealStatusId != null
          ? defaultDealStatusId.value
          : this.defaultDealStatusId),
      defaultDealStatus: (defaultDealStatus != null
          ? defaultDealStatus.value
          : this.defaultDealStatus),
      defaultCustomerStatusId: (defaultCustomerStatusId != null
          ? defaultCustomerStatusId.value
          : this.defaultCustomerStatusId),
      defaultCustomerStatus: (defaultCustomerStatus != null
          ? defaultCustomerStatus.value
          : this.defaultCustomerStatus),
      defaultDealBillingCycleId: (defaultDealBillingCycleId != null
          ? defaultDealBillingCycleId.value
          : this.defaultDealBillingCycleId),
      defaultDealBillingCycle: (defaultDealBillingCycle != null
          ? defaultDealBillingCycle.value
          : this.defaultDealBillingCycle),
      defaultDealPoRequired: (defaultDealPoRequired != null
          ? defaultDealPoRequired.value
          : this.defaultDealPoRequired),
      defaultDealPoType: (defaultDealPoType != null
          ? defaultDealPoType.value
          : this.defaultDealPoType),
      defaultNonRecurringBillingCycleId:
          (defaultNonRecurringBillingCycleId != null
              ? defaultNonRecurringBillingCycleId.value
              : this.defaultNonRecurringBillingCycleId),
      defaultNonRecurringBillingCycle:
          (defaultNonRecurringBillingCycle != null
              ? defaultNonRecurringBillingCycle.value
              : this.defaultNonRecurringBillingCycle),
      defaultCustomerPaymentTermsId: (defaultCustomerPaymentTermsId != null
          ? defaultCustomerPaymentTermsId.value
          : this.defaultCustomerPaymentTermsId),
      defaultCustomerPaymentTerms: (defaultCustomerPaymentTerms != null
          ? defaultCustomerPaymentTerms.value
          : this.defaultCustomerPaymentTerms),
      defaultContactGroupId: (defaultContactGroupId != null
          ? defaultContactGroupId.value
          : this.defaultContactGroupId),
      defaultContactGroupName: (defaultContactGroupName != null
          ? defaultContactGroupName.value
          : this.defaultContactGroupName),
      defaultRank:
          (defaultRank != null ? defaultRank.value : this.defaultRank),
      defaultCreditStatusId: (defaultCreditStatusId != null
          ? defaultCreditStatusId.value
          : this.defaultCreditStatusId),
      defaultCreditStatus: (defaultCreditStatus != null
          ? defaultCreditStatus.value
          : this.defaultCreditStatus),
      contactShowAllDeals: (contactShowAllDeals != null
          ? contactShowAllDeals.value
          : this.contactShowAllDeals),
      defaultVendorBillingCycleId: (defaultVendorBillingCycleId != null
          ? defaultVendorBillingCycleId.value
          : this.defaultVendorBillingCycleId),
      defaultVendorBillingCycle: (defaultVendorBillingCycle != null
          ? defaultVendorBillingCycle.value
          : this.defaultVendorBillingCycle),
      dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
      auditNote: (auditNote != null ? auditNote.value : this.auditNote),
      recordTitle:
          (recordTitle != null ? recordTitle.value : this.recordTitle),
      fields: (fields != null ? fields.value : this.fields),
      custom: (custom != null ? custom.value : this.custom),
      defaultFieldAttributes: (defaultFieldAttributes != null
          ? defaultFieldAttributes.value
          : this.defaultFieldAttributes));
}