FwStandardModulesSettingsWidgetSettingsWidgetWidgetLogic constructor

const FwStandardModulesSettingsWidgetSettingsWidgetWidgetLogic({
  1. String? widgetId,
  2. String? widget,
  3. String? moduleName,
  4. String? apiName,
  5. String? procedureName,
  6. String? counterFieldName,
  7. String? label1FieldName,
  8. String? label2FieldName,
  9. String? clickPath,
  10. String? defaultType,
  11. int? defaultDataPoints,
  12. String? defaultAxisNumberFormatId,
  13. String? defaultAxisNumberFormat,
  14. String? defaultAxisNumberFormatMask,
  15. String? defaultDataNumberFormatId,
  16. String? defaultDataNumberFormat,
  17. String? defaultDataNumberFormatMask,
  18. String? defaultDateBehaviorId,
  19. String? defaultDateBehavior,
  20. String? dateFieldDisplayNames,
  21. String? dateFields,
  22. String? defaultDateField,
  23. String? defaultFromDate,
  24. String? defaultToDate,
  25. bool? defaultStacked,
  26. String? assignTo,
  27. String? dateStamp,
  28. String? value,
  29. String? text,
  30. String? auditNote,
  31. String? recordTitle,
  32. dynamic urlIdentifier,
  33. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  34. List<FwStandardDataFwCustomValue>? custom,
  35. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  36. FwStandardBusinessLogicFwBusinessLogic? original,
  37. List<FwStandardDataFwTranslatedValue>? translation,
  38. bool? hasImport,
  39. String? createdByUserId,
  40. String? createdByUserName,
  41. String? createdDateTime,
  42. String? modifiedByUserId,
  43. String? modifiedByUserName,
  44. String? modifiedDateTime,
})

Implementation

const FwStandardModulesSettingsWidgetSettingsWidgetWidgetLogic({
  this.widgetId,
  this.widget,
  this.moduleName,
  this.apiName,
  this.procedureName,
  this.counterFieldName,
  this.label1FieldName,
  this.label2FieldName,
  this.clickPath,
  this.defaultType,
  this.defaultDataPoints,
  this.defaultAxisNumberFormatId,
  this.defaultAxisNumberFormat,
  this.defaultAxisNumberFormatMask,
  this.defaultDataNumberFormatId,
  this.defaultDataNumberFormat,
  this.defaultDataNumberFormatMask,
  this.defaultDateBehaviorId,
  this.defaultDateBehavior,
  this.dateFieldDisplayNames,
  this.dateFields,
  this.defaultDateField,
  this.defaultFromDate,
  this.defaultToDate,
  this.defaultStacked,
  this.assignTo,
  this.dateStamp,
  this.value,
  this.text,
  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,
});