* Retrieves all the parameters for this body. * @returns The parameter names in a string array.
()
| 230 | * @returns The parameter names in a string array. |
| 231 | */ |
| 232 | keys(): string[] { |
| 233 | this.init(); |
| 234 | return Array.from(this.map!.keys()); |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | * Appends a new value to existing values for a parameter. |
no test coverage detected