removeFixedPosition property
Clear fixed position coordinates and then set position.fixed_position = false
Implementation
@$pb.TagNumber(42)
$core.bool get removeFixedPosition => $_getBF(36);
Implementation
@$pb.TagNumber(42)
set removeFixedPosition($core.bool value) => $_setBool(36, value);