Function: Default()
Default(
value): (target,propertyKey?) =>void
Defined in: service-core/src/decorators/DocDecorators.ts:40
Provides a default value for property of a class.
Parameters
value
string
The default value.
Returns
(target, propertyKey?) => void