agenda property

Map<String, String> agenda
getter/setter pair

Small description of Chore-object used in boxes.

Implementation

Map<String, String> agenda = {
  'help': 'Help Mission.',
  'con': 'Connect chores.',
  'msg': 'Send and listen.',
  'bind': 'Bind to activities.',
};