WebApiModulesSettingsPropsSettingsPropsConditionPropsCondition constructor
WebApiModulesSettingsPropsSettingsPropsConditionPropsCondition({
- String? propsConditionId,
- String? propsCondition,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes,
Implementation
WebApiModulesSettingsPropsSettingsPropsConditionPropsCondition({
this.propsConditionId,
this.propsCondition,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
});