animationDurationValue property

  1. @TagNumber(6)
FFIntegerValue get animationDurationValue

@doc The duration of the animation (ms).

Implementation

@$pb.TagNumber(6)
FFIntegerValue get animationDurationValue => $_getN(5);
  1. @TagNumber(6)
set animationDurationValue (FFIntegerValue value)

Implementation

@$pb.TagNumber(6)
set animationDurationValue(FFIntegerValue value) => $_setField(6, value);