FwStandardModulesAdministratorAlertConditionAlertConditionLogic constructor

FwStandardModulesAdministratorAlertConditionAlertConditionLogic({
  1. String? alertId,
  2. String? alertConditionId,
  3. String? fieldName1,
  4. String? condition,
  5. String? fieldName2,
  6. String? value,
  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

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,
});