copyWithWrapped method
FwStandardModulesSettingsWebUserWidgetUserWidgetLogic
copyWithWrapped({
- Wrapped<
String?> ? userWidgetId, - Wrapped<
String?> ? webUsersId, - Wrapped<
int?> ? dashboardId, - 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?> ? filterValues, - Wrapped<
String?> ? filterFields, - Wrapped<
bool?> ? defaultStacked, - Wrapped<
bool?> ? stacked, - Wrapped<
bool?> ? stackable, - Wrapped<
bool?> ? disabled, - Wrapped<
bool?> ? defaultDisplayNumbers, - Wrapped<
bool?> ? displayNumbers, - Wrapped<
double?> ? orderBy, - Wrapped<
String?> ? dateStamp, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped? urlIdentifier,
- Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
FwStandardBusinessLogicFwBusinessLogic?> ? original, - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?> - Wrapped<
bool?> ? hasImport, - Wrapped<
bool?> ? hasDocuments, - Wrapped<
String?> ? createdByUserId, - Wrapped<
String?> ? createdByUserName, - Wrapped<
String?> ? createdDateTime, - Wrapped<
String?> ? modifiedByUserId, - Wrapped<
String?> ? modifiedByUserName, - Wrapped<
String?> ? modifiedDateTime,
Implementation
FwStandardModulesSettingsWebUserWidgetUserWidgetLogic copyWithWrapped({
Wrapped<String?>? userWidgetId,
Wrapped<String?>? webUsersId,
Wrapped<int?>? dashboardId,
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?>? filterValues,
Wrapped<String?>? filterFields,
Wrapped<bool?>? defaultStacked,
Wrapped<bool?>? stacked,
Wrapped<bool?>? stackable,
Wrapped<bool?>? disabled,
Wrapped<bool?>? defaultDisplayNumbers,
Wrapped<bool?>? displayNumbers,
Wrapped<double?>? orderBy,
Wrapped<String?>? dateStamp,
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 FwStandardModulesSettingsWebUserWidgetUserWidgetLogic(
userWidgetId: (userWidgetId != null
? userWidgetId.value
: this.userWidgetId),
webUsersId: (webUsersId != null ? webUsersId.value : this.webUsersId),
dashboardId: (dashboardId != null ? dashboardId.value : this.dashboardId),
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),
filterValues: (filterValues != null
? filterValues.value
: this.filterValues),
filterFields: (filterFields != null
? filterFields.value
: this.filterFields),
defaultStacked: (defaultStacked != null
? defaultStacked.value
: this.defaultStacked),
stacked: (stacked != null ? stacked.value : this.stacked),
stackable: (stackable != null ? stackable.value : this.stackable),
disabled: (disabled != null ? disabled.value : this.disabled),
defaultDisplayNumbers: (defaultDisplayNumbers != null
? defaultDisplayNumbers.value
: this.defaultDisplayNumbers),
displayNumbers: (displayNumbers != null
? displayNumbers.value
: this.displayNumbers),
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),
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),
);
}