animationNodeKeyRef property

  1. @TagNumber(3)
FFNodeKeyReference get animationNodeKeyRef

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

Implementation

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

Implementation

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