bool catalogHasPath(Map<String, dynamic> map, String keyPath) { return catalogGetValueByPath(map, keyPath) != null; }