@doc Whether the notification should have sound.
@$pb.TagNumber(7) $core.bool get withSound => $_getBF(6);
@$pb.TagNumber(7) set withSound($core.bool value) => $_setBool(6, value);