Check a css property is valid.
bool contains(String property) { return getPropertyValue(property).isNotEmpty; }