placardM property

Map<String, String> placardM
getter/setter pair

Serializing objects msg's dawo uses placardM Present info for outer process calls.

Implementation

Map<String, String> placardM = {
  'actor': 'Chore',
  'sender': 'Chore instance',
  'receiver': 'Other Chores',
  'command': 'Ch-command:',
  'msg': 'Ch-message:',
};