keyFrames property

List<KeyFrame?>? get keyFrames

Implementation

List<KeyFrame?>? get keyFrames {
  return _keyFrames;
}