rotationDegrees property

  1. @TagNumber(8)
FFValue get rotationDegrees

@doc The rotation of the shake animation (in degrees).

Implementation

@$pb.TagNumber(8)
FFValue get rotationDegrees => $_getN(7);
  1. @TagNumber(8)
set rotationDegrees (FFValue value)

Implementation

@$pb.TagNumber(8)
set rotationDegrees(FFValue value) => $_setField(8, value);