missionM top-level property
#NOTE: #effort is not visible here. Only in chore.dart. Buffer also outside class, for testing and adding visibility. Generic list to keep all missions. In case for handling other, super- or sub-missions; code something more. buildMissions() fills this Map. It is outside of the Class.
Implementation
/// Buffer also outside class, for testing and adding visibility.
// StringBuffer missionBuf = StringBuffer(); // Not used
/// Generic list to keep all missions.
/// In case for handling other, super- or sub-missions; code something more.
/// buildMissions() fills this Map. It is outside of the Class.
Map<String, Mission> missionM = {};