placardM property

Map<String, String> placardM
getter/setter pair

Testing placardM inside chore. Present info for outer process calls. Other users are calling process with their own placard.

Implementation

Map<String, String> placardM = {
  'actor': 'Corporation',
  'sender': 'Our corp friendly',
  'receiver': 'Customers',
  'command': 'Buy new products:',
  'msg': 'New season coming.',
};