checkCSSProperty method

bool checkCSSProperty(
  1. String key
)

Implementation

bool checkCSSProperty(String key) {
  return CSSPropertyNameMap.containsKey(key);
}