@doc Whether to resume the animation.
@$pb.TagNumber(6) $core.bool get resume => $_getBF(5);
@$pb.TagNumber(6) set resume($core.bool value) => $_setBool(5, value);