legacyBegin property
Values are specified in "flips", where 1 flip is 180 degrees (positive and negative values)
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
$core.double get legacyBegin => $_getN(0);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
set legacyBegin($core.double value) => $_setDouble(0, value);