Documentation

nullable()

Marks the value as nullable, allowing null values but not undefined.

nullable(): Builder<T | null>;

Return value

This builder, for chaining.

Related