Checks if multiple path parameters exist.
bool hasAllParams(List<String> keys) => keys.every(hasParam);