properties property

Iterable<String> get properties

Implementation

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