FwStandardModulesSettingsWebUserWidgetUserWidgetLogic constructor

const FwStandardModulesSettingsWebUserWidgetUserWidgetLogic({
  1. String? userWidgetId,
  2. String? userId,
  3. String? userName,
  4. String? widgetId,
  5. String? widget,
  6. String? defaultType,
  7. String? widgetType,
  8. int? defaultDataPoints,
  9. int? dataPoints,
  10. String? defaultAxisNumberFormatId,
  11. String? defaultAxisNumberFormat,
  12. String? defaultAxisNumberFormatMask,
  13. String? axisNumberFormatId,
  14. String? axisNumberFormat,
  15. String? axisNumberFormatMask,
  16. String? defaultDataNumberFormatId,
  17. String? defaultDataNumberFormat,
  18. String? defaultDataNumberFormatMask,
  19. String? dataNumberFormatId,
  20. String? dataNumberFormat,
  21. String? dataNumberFormatMask,
  22. String? defaultDateBehaviorId,
  23. String? defaultDateBehavior,
  24. String? dateBehaviorId,
  25. String? dateBehavior,
  26. String? dateFieldDisplayNames,
  27. String? dateFields,
  28. String? defaultDateField,
  29. String? dateField,
  30. String? defaultFromDate,
  31. String? fromDate,
  32. String? defaultToDate,
  33. String? toDate,
  34. String? settings,
  35. String? filterValues,
  36. String? filterFields,
  37. bool? defaultStacked,
  38. bool? stacked,
  39. bool? disabled,
  40. bool? defaultDisplayNumbers,
  41. bool? displayNumbers,
  42. double? orderBy,
  43. String? dateStamp,
  44. String? auditNote,
  45. String? recordTitle,
  46. dynamic urlIdentifier,
  47. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  48. List<FwStandardDataFwCustomValue>? custom,
  49. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  50. FwStandardBusinessLogicFwBusinessLogic? original,
  51. List<FwStandardDataFwTranslatedValue>? translation,
  52. bool? hasImport,
  53. String? createdByUserId,
  54. String? createdByUserName,
  55. String? createdDateTime,
  56. String? modifiedByUserId,
  57. String? modifiedByUserName,
  58. String? modifiedDateTime,
})

Implementation

const FwStandardModulesSettingsWebUserWidgetUserWidgetLogic({
  this.userWidgetId,
  this.userId,
  this.userName,
  this.widgetId,
  this.widget,
  this.defaultType,
  this.widgetType,
  this.defaultDataPoints,
  this.dataPoints,
  this.defaultAxisNumberFormatId,
  this.defaultAxisNumberFormat,
  this.defaultAxisNumberFormatMask,
  this.axisNumberFormatId,
  this.axisNumberFormat,
  this.axisNumberFormatMask,
  this.defaultDataNumberFormatId,
  this.defaultDataNumberFormat,
  this.defaultDataNumberFormatMask,
  this.dataNumberFormatId,
  this.dataNumberFormat,
  this.dataNumberFormatMask,
  this.defaultDateBehaviorId,
  this.defaultDateBehavior,
  this.dateBehaviorId,
  this.dateBehavior,
  this.dateFieldDisplayNames,
  this.dateFields,
  this.defaultDateField,
  this.dateField,
  this.defaultFromDate,
  this.fromDate,
  this.defaultToDate,
  this.toDate,
  this.settings,
  this.filterValues,
  this.filterFields,
  this.defaultStacked,
  this.stacked,
  this.disabled,
  this.defaultDisplayNumbers,
  this.displayNumbers,
  this.orderBy,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});