Gets a map property by name.
@param key The property name @return The map value, or null if not found or not a map
@override ConstMap? getMap(String key) => _getTyped<ConstMap>(key);