Whether or not the column can accept a null value.
@$pb.TagNumber(6) $core.bool get nullable => $_getBF(5);
@$pb.TagNumber(6) set nullable($core.bool v) { $_setBool(5, v); }