animationDurationValue property

  1. @TagNumber(13)
FFDoubleValue get animationDurationValue

@doc The duration of the animation (ms).

Implementation

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

Implementation

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