getKeyMap method

Returns a copy of the internal key map.

Implementation

Map<TutorialID, GlobalKey> getKeyMap() {
  return Map.from(_keyMap);
}