ProductionsMap typedef

ProductionsMap = Map<String, SubProductionsList>

A productions map that stores the production as key and sub-production as value

Implementation

typedef ProductionsMap = Map<String, SubProductionsList>;