Readonly
nameThe name of the parameter
Optional
Readonly
docsThe documentation for the parameter
Writes the parameter declaration to the writer. This includes annotations, modifiers, type, and name.
The writer to write to
Returns the string representation of the AST node. This method creates a new Writer instance and writes the node's content to it.
The string representation of the AST node
Represents a method parameter in the AST. This class handles the generation of method parameters including type, annotations, and documentation.