animationDurationValue property

  1. @TagNumber(13)
FFDoubleValue get animationDurationValue

Implementation

@$pb.TagNumber(13)
FFDoubleValue get animationDurationValue => $_getN(11);
  1. @TagNumber(13)
set animationDurationValue (FFDoubleValue value)

Implementation

@$pb.TagNumber(13)
set animationDurationValue(FFDoubleValue value) => $_setField(13, value);