FwStandardModulesSettingsWebUserWidgetUserWidgetLogic constructor

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

Implementation

const FwStandardModulesSettingsWebUserWidgetUserWidgetLogic({
  this.userWidgetId,
  this.webUsersId,
  this.dashboardId,
  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.stackable,
  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.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});