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