replayAtLastItemValue property
@doc Whether to replay the animation when we have reached the last item.
Implementation
@$pb.TagNumber(8)
FFBooleanValue get replayAtLastItemValue => $_getN(7);
Implementation
@$pb.TagNumber(8)
set replayAtLastItemValue(FFBooleanValue value) => $_setField(8, value);