animationValue property

  1. @TagNumber(11)
FFBooleanValue get animationValue

Implementation

@$pb.TagNumber(11)
FFBooleanValue get animationValue => $_getN(10);
  1. @TagNumber(11)
set animationValue (FFBooleanValue value)

Implementation

@$pb.TagNumber(11)
set animationValue(FFBooleanValue value) => $_setField(11, value);