rotationValue property

  1. @TagNumber(13)
FFIntegerValue get rotationValue

Implementation

@$pb.TagNumber(13)
FFIntegerValue get rotationValue => $_getN(12);
  1. @TagNumber(13)
set rotationValue (FFIntegerValue value)

Implementation

@$pb.TagNumber(13)
set rotationValue(FFIntegerValue value) => $_setField(13, value);