legacyRotation property

  1. @TagNumber(5)
int get legacyRotation

Implementation

@$pb.TagNumber(5)
$core.int get legacyRotation => $_getIZ(4);
  1. @TagNumber(5)
set legacyRotation (int value)

Implementation

@$pb.TagNumber(5)
set legacyRotation($core.int value) => $_setSignedInt32(4, value);