copyWithWrapped method

WebApiModulesSettingsWebUserWidgetUserWidget copyWithWrapped({
  1. Wrapped<String?>? userWidgetId,
  2. Wrapped<String?>? userId,
  3. Wrapped<String?>? userName,
  4. Wrapped<String?>? widgetId,
  5. Wrapped<String?>? widget,
  6. Wrapped<String?>? defaultType,
  7. Wrapped<String?>? widgetType,
  8. Wrapped<int?>? defaultDataPoints,
  9. Wrapped<int?>? dataPoints,
  10. Wrapped<String?>? defaultAxisNumberFormatId,
  11. Wrapped<String?>? defaultAxisNumberFormat,
  12. Wrapped<String?>? defaultAxisNumberFormatMask,
  13. Wrapped<String?>? axisNumberFormatId,
  14. Wrapped<String?>? axisNumberFormat,
  15. Wrapped<String?>? axisNumberFormatMask,
  16. Wrapped<String?>? defaultDataNumberFormatId,
  17. Wrapped<String?>? defaultDataNumberFormat,
  18. Wrapped<String?>? defaultDataNumberFormatMask,
  19. Wrapped<String?>? dataNumberFormatId,
  20. Wrapped<String?>? dataNumberFormat,
  21. Wrapped<String?>? dataNumberFormatMask,
  22. Wrapped<String?>? defaultDateBehaviorId,
  23. Wrapped<String?>? defaultDateBehavior,
  24. Wrapped<String?>? dateBehaviorId,
  25. Wrapped<String?>? dateBehavior,
  26. Wrapped<String?>? dateFieldDisplayNames,
  27. Wrapped<String?>? dateFields,
  28. Wrapped<String?>? defaultDateField,
  29. Wrapped<String?>? dateField,
  30. Wrapped<String?>? defaultFromDate,
  31. Wrapped<String?>? fromDate,
  32. Wrapped<String?>? defaultToDate,
  33. Wrapped<String?>? toDate,
  34. Wrapped<String?>? settings,
  35. Wrapped<String?>? officeLocationId,
  36. Wrapped<String?>? officeLocation,
  37. Wrapped<String?>? officeLocationCode,
  38. Wrapped<bool?>? defaultStacked,
  39. Wrapped<bool?>? stacked,
  40. Wrapped<bool?>? disabled,
  41. Wrapped<double?>? orderBy,
  42. Wrapped<String?>? dateStamp,
  43. Wrapped<String?>? auditNote,
  44. Wrapped<String?>? recordTitle,
  45. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  46. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  47. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  48. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesSettingsWebUserWidgetUserWidget copyWithWrapped(
    {Wrapped<String?>? userWidgetId,
    Wrapped<String?>? userId,
    Wrapped<String?>? userName,
    Wrapped<String?>? widgetId,
    Wrapped<String?>? widget,
    Wrapped<String?>? defaultType,
    Wrapped<String?>? widgetType,
    Wrapped<int?>? defaultDataPoints,
    Wrapped<int?>? dataPoints,
    Wrapped<String?>? defaultAxisNumberFormatId,
    Wrapped<String?>? defaultAxisNumberFormat,
    Wrapped<String?>? defaultAxisNumberFormatMask,
    Wrapped<String?>? axisNumberFormatId,
    Wrapped<String?>? axisNumberFormat,
    Wrapped<String?>? axisNumberFormatMask,
    Wrapped<String?>? defaultDataNumberFormatId,
    Wrapped<String?>? defaultDataNumberFormat,
    Wrapped<String?>? defaultDataNumberFormatMask,
    Wrapped<String?>? dataNumberFormatId,
    Wrapped<String?>? dataNumberFormat,
    Wrapped<String?>? dataNumberFormatMask,
    Wrapped<String?>? defaultDateBehaviorId,
    Wrapped<String?>? defaultDateBehavior,
    Wrapped<String?>? dateBehaviorId,
    Wrapped<String?>? dateBehavior,
    Wrapped<String?>? dateFieldDisplayNames,
    Wrapped<String?>? dateFields,
    Wrapped<String?>? defaultDateField,
    Wrapped<String?>? dateField,
    Wrapped<String?>? defaultFromDate,
    Wrapped<String?>? fromDate,
    Wrapped<String?>? defaultToDate,
    Wrapped<String?>? toDate,
    Wrapped<String?>? settings,
    Wrapped<String?>? officeLocationId,
    Wrapped<String?>? officeLocation,
    Wrapped<String?>? officeLocationCode,
    Wrapped<bool?>? defaultStacked,
    Wrapped<bool?>? stacked,
    Wrapped<bool?>? disabled,
    Wrapped<double?>? orderBy,
    Wrapped<String?>? dateStamp,
    Wrapped<String?>? auditNote,
    Wrapped<String?>? recordTitle,
    Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
        fields,
    Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
    Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
    Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
  return WebApiModulesSettingsWebUserWidgetUserWidget(
      userWidgetId:
          (userWidgetId != null ? userWidgetId.value : this.userWidgetId),
      userId: (userId != null ? userId.value : this.userId),
      userName: (userName != null ? userName.value : this.userName),
      widgetId: (widgetId != null ? widgetId.value : this.widgetId),
      widget: (widget != null ? widget.value : this.widget),
      defaultType:
          (defaultType != null ? defaultType.value : this.defaultType),
      widgetType: (widgetType != null ? widgetType.value : this.widgetType),
      defaultDataPoints: (defaultDataPoints != null
          ? defaultDataPoints.value
          : this.defaultDataPoints),
      dataPoints: (dataPoints != null ? dataPoints.value : this.dataPoints),
      defaultAxisNumberFormatId: (defaultAxisNumberFormatId != null
          ? defaultAxisNumberFormatId.value
          : this.defaultAxisNumberFormatId),
      defaultAxisNumberFormat: (defaultAxisNumberFormat != null
          ? defaultAxisNumberFormat.value
          : this.defaultAxisNumberFormat),
      defaultAxisNumberFormatMask: (defaultAxisNumberFormatMask != null
          ? defaultAxisNumberFormatMask.value
          : this.defaultAxisNumberFormatMask),
      axisNumberFormatId: (axisNumberFormatId != null
          ? axisNumberFormatId.value
          : this.axisNumberFormatId),
      axisNumberFormat: (axisNumberFormat != null
          ? axisNumberFormat.value
          : this.axisNumberFormat),
      axisNumberFormatMask: (axisNumberFormatMask != null
          ? axisNumberFormatMask.value
          : this.axisNumberFormatMask),
      defaultDataNumberFormatId: (defaultDataNumberFormatId != null
          ? defaultDataNumberFormatId.value
          : this.defaultDataNumberFormatId),
      defaultDataNumberFormat: (defaultDataNumberFormat != null
          ? defaultDataNumberFormat.value
          : this.defaultDataNumberFormat),
      defaultDataNumberFormatMask: (defaultDataNumberFormatMask != null
          ? defaultDataNumberFormatMask.value
          : this.defaultDataNumberFormatMask),
      dataNumberFormatId: (dataNumberFormatId != null
          ? dataNumberFormatId.value
          : this.dataNumberFormatId),
      dataNumberFormat: (dataNumberFormat != null
          ? dataNumberFormat.value
          : this.dataNumberFormat),
      dataNumberFormatMask: (dataNumberFormatMask != null
          ? dataNumberFormatMask.value
          : this.dataNumberFormatMask),
      defaultDateBehaviorId: (defaultDateBehaviorId != null
          ? defaultDateBehaviorId.value
          : this.defaultDateBehaviorId),
      defaultDateBehavior: (defaultDateBehavior != null
          ? defaultDateBehavior.value
          : this.defaultDateBehavior),
      dateBehaviorId: (dateBehaviorId != null
          ? dateBehaviorId.value
          : this.dateBehaviorId),
      dateBehavior:
          (dateBehavior != null ? dateBehavior.value : this.dateBehavior),
      dateFieldDisplayNames: (dateFieldDisplayNames != null
          ? dateFieldDisplayNames.value
          : this.dateFieldDisplayNames),
      dateFields: (dateFields != null ? dateFields.value : this.dateFields),
      defaultDateField: (defaultDateField != null
          ? defaultDateField.value
          : this.defaultDateField),
      dateField: (dateField != null ? dateField.value : this.dateField),
      defaultFromDate: (defaultFromDate != null
          ? defaultFromDate.value
          : this.defaultFromDate),
      fromDate: (fromDate != null ? fromDate.value : this.fromDate),
      defaultToDate:
          (defaultToDate != null ? defaultToDate.value : this.defaultToDate),
      toDate: (toDate != null ? toDate.value : this.toDate),
      settings: (settings != null ? settings.value : this.settings),
      officeLocationId: (officeLocationId != null
          ? officeLocationId.value
          : this.officeLocationId),
      officeLocation: (officeLocation != null
          ? officeLocation.value
          : this.officeLocation),
      officeLocationCode: (officeLocationCode != null
          ? officeLocationCode.value
          : this.officeLocationCode),
      defaultStacked: (defaultStacked != null
          ? defaultStacked.value
          : this.defaultStacked),
      stacked: (stacked != null ? stacked.value : this.stacked),
      disabled: (disabled != null ? disabled.value : this.disabled),
      orderBy: (orderBy != null ? orderBy.value : this.orderBy),
      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),
      translation:
          (translation != null ? translation.value : this.translation));
}