betaPlacardM top-level property

Map<String, String> betaPlacardM
getter/setter pair

.. or is it class BetaPlacard ? Placard: Uniform information, that is in hand for every operation. Model for #id-data in joint handshake method. Usage: dawo_app uses this in :roll:con:opJoin

    • this is supposed to keep #CurrentUser.. at least by dawo_app.

Implementation

Map<String, String> betaPlacardM = {
  'actor': '',
  'sender': '',
  'receiver': '',
  'command': '',
  'msg': '',
};