WebApiModulesSettingsWidgetSettingsWidgetWidget constructor

WebApiModulesSettingsWidgetSettingsWidgetWidget({
  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. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  33. List<FwStandardDataFwCustomValue>? custom,
  34. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  35. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsWidgetSettingsWidgetWidget({
  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.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});