* Gets the data contained in the message. * @returns {RemoteValue} The data.
()
| 46 | * @returns {RemoteValue} The data. |
| 47 | */ |
| 48 | get data() { |
| 49 | return this._data |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Gets the source of the message. |
no outgoing calls
no test coverage detected