FwStandardModulesAdministratorAlertAlertCondition constructor

FwStandardModulesAdministratorAlertAlertCondition({
  1. String? alertConditionId,
  2. String? alertId,
  3. String? fieldName1,
  4. String? fieldName2,
  5. String? condition,
  6. String? value,
})

Implementation

FwStandardModulesAdministratorAlertAlertCondition({
  this.alertConditionId,
  this.alertId,
  this.fieldName1,
  this.fieldName2,
  this.condition,
  this.value,
});