properties property

List<PropertyAnimation?> get properties

Implementation

List<PropertyAnimation?> get properties {
  return _properties;
}