animationNodeKeyRef property

  1. @TagNumber(7)
FFNodeKeyReference get animationNodeKeyRef

@doc Identifier of the widget on which the animation should be performed.

Implementation

@$pb.TagNumber(7)
FFNodeKeyReference get animationNodeKeyRef => $_getN(6);
  1. @TagNumber(7)
set animationNodeKeyRef (FFNodeKeyReference value)

Implementation

@$pb.TagNumber(7)
set animationNodeKeyRef(FFNodeKeyReference value) => $_setField(7, value);