EnterpriseCrmEventbusProtoCondition constructor

EnterpriseCrmEventbusProtoCondition({
  1. String? eventPropertyKey,
  2. String? operator,
  3. EnterpriseCrmEventbusProtoValueType? value,
})

Implementation

EnterpriseCrmEventbusProtoCondition({
  this.eventPropertyKey,
  this.operator,
  this.value,
});