getContextMap method

Map<TutorialID, BuildContext> getContextMap()

Returns a copy of the internal context map.

Implementation

Map<TutorialID, BuildContext> getContextMap() {
  return Map.from(_contextMap);
}