animationVariable property

  1. @TagNumber(11)
FFVariable get animationVariable

Implementation

@$pb.TagNumber(11)
FFVariable get animationVariable => $_getN(9);
  1. @TagNumber(11)
set animationVariable (FFVariable value)

Implementation

@$pb.TagNumber(11)
set animationVariable(FFVariable value) => $_setField(11, value);