animationDurationMillisValue property

  1. @TagNumber(5)
FFIntegerValue get animationDurationMillisValue

Implementation

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

Implementation

@$pb.TagNumber(5)
set animationDurationMillisValue(FFIntegerValue value) =>
    $_setField(5, value);