getProperties method

List<String> getProperties()

Implementation

List<String> getProperties() {
  return List<String>.unmodifiable(_stylePropertyMapFor(this).keys);
}