Method WithIsOptional
WithIsOptional(bool)
Sets whether the field descriptor is optional.
public T WithIsOptional(bool isOptional)
Parameters
isOptional
boolA boolean indicating whether the field descriptor is optional.
Returns
- T
The builder instance.