@return {!Object} the JSON encoding for this device.
()
| 222 | |
| 223 | /** @return {!Object} the JSON encoding for this device. */ |
| 224 | toJSON() { |
| 225 | return { type: this.type_, id: this.id_ } |
| 226 | } |
| 227 | } |
| 228 | |
| 229 | /** |
no outgoing calls
no test coverage detected