paramsAnimationDurationValue property

  1. @TagNumber(29)
FFDoubleValue get paramsAnimationDurationValue

Implementation

@$pb.TagNumber(29)
FFDoubleValue get paramsAnimationDurationValue => $_getN(22);
  1. @TagNumber(29)
set paramsAnimationDurationValue (FFDoubleValue value)

Implementation

@$pb.TagNumber(29)
set paramsAnimationDurationValue(FFDoubleValue value) =>
    $_setField(29, value);