getFullCSSPropertyList method

List<String> getFullCSSPropertyList()

Implementation

List<String> getFullCSSPropertyList() {
  return CSSPropertyNameMap.keys.toList();
}