AttrValueState constructor

AttrValueState()

Implementation

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