GetIfConditionState constructor

GetIfConditionState()

Implementation

GetIfConditionState() {
  methods = {
    'process': (msg, context) => process(msg, context),
    'notify': (msg, context) => notify(msg, context),
  };
}