GetAttributeState constructor

GetAttributeState()

Implementation

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