@doc Allow rotating the expanded image.
@$pb.TagNumber(1) $core.bool get allowRotation => $_getBF(0);
@$pb.TagNumber(1) set allowRotation($core.bool value) => $_setBool(0, value);