getContextMap method
Returns a copy of the internal context map.
Implementation
Map<TutorialID, BuildContext> getContextMap() {
return Map.from(_contextMap);
}
Returns a copy of the internal context map.
Map<TutorialID, BuildContext> getContextMap() {
return Map.from(_contextMap);
}