Function: Nullable()
Nullable(
target,propertyKey):void
Defined in: core/src/decorators/ObjectDecorators.ts:90
Apply this to a property to indicate that the value can be null or undefined.
Parameters
target
any
propertyKey
string | symbol
Returns
void