Checks if multiple attributes exist.
bool hasAllAttributes(List<String> keys) => keys.every(hasAttribute);