Schema.build.nullable
Shortcut for calling nullable() on the provided validation builder.
nullable: <T>(b: Builder<T>) => Builder<T | null>;
Related
Schema.build static
An object containing functions that create Builder instances for specific types.
