parameter
Deprecated
Replace with to
Replace with
to(name)Content copied to clipboard
Reference a constructor parameter in lieu of a property reference, if it not exists as a property.
For example
parameter("name") fromProperty PersonDto::fullNameContent copied to clipboard
will generate an explicit mapping, setting constructor parameter name to PersonDto.fullName.