missionM top-level property

Map<String, Mission> missionM
getter/setter pair

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

Map<String, Mission> missionM = {};