Whether to show the page on the Nav Bar
@$pb.TagNumber(4) $core.bool get show => $_getBF(3);
@$pb.TagNumber(4) set show($core.bool value) => $_setBool(3, value);