FwStandardModulesAdministratorAlertConditionAlertConditionLogic constructor
FwStandardModulesAdministratorAlertConditionAlertConditionLogic({
- String? alertId,
- String? alertConditionId,
- String? fieldName1,
- String? condition,
- String? fieldName2,
- String? value,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
FwStandardModulesAdministratorAlertConditionAlertConditionLogic({
this.alertId,
this.alertConditionId,
this.fieldName1,
this.condition,
this.fieldName2,
this.value,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});