KeyMap typedef

KeyMap = Map<String, Map<String, String>>

Implementation

typedef KeyMap = Map<String, Map<String, String>>;