animationDurationValue property
@doc The duration of the animation (ms).
Implementation
@$pb.TagNumber(13)
FFDoubleValue get animationDurationValue => $_getN(12);
Implementation
@$pb.TagNumber(13)
set animationDurationValue(FFDoubleValue value) => $_setField(13, value);