* @return {!Object<*>} The parameters to send with this command.
()
| 74 | * @return {!Object<*>} The parameters to send with this command. |
| 75 | */ |
| 76 | getParameters() { |
| 77 | return this.parameters_ |
| 78 | } |
| 79 | } |
| 80 | |
| 81 | /** |
no outgoing calls
no test coverage detected