properties property

Iterable<String> properties

Implementation

Iterable<String> get properties {
  return _propertySpecificKeyframeGroups.keys;
}