TagNameState constructor

TagNameState()

Implementation

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