WebApiModulesSettingsWidgetGroupWidgetGroup constructor
WebApiModulesSettingsWidgetGroupWidgetGroup({
- String? widgetGroupId,
- String? widgetId,
- String? widgetDescription,
- String? groupId,
- String? groupName,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsWidgetGroupWidgetGroup({
this.widgetGroupId,
this.widgetId,
this.widgetDescription,
this.groupId,
this.groupName,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});