WebApiModulesSettingsWidgetUserWidgetUser constructor

WebApiModulesSettingsWidgetUserWidgetUser({
  1. String? widgetUserId,
  2. String? widgetId,
  3. String? widgetDescription,
  4. String? webUserId,
  5. String? userId,
  6. String? userName,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsWidgetUserWidgetUser({
  this.widgetUserId,
  this.widgetId,
  this.widgetDescription,
  this.webUserId,
  this.userId,
  this.userName,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});