()
| 402 | } |
| 403 | class ChainWidget { |
| 404 | constructor() { |
| 405 | this.widget = new ListWidget(); |
| 406 | } |
| 407 | backgroundColor(color) { |
| 408 | this.widget.backgroundColor = color; |
| 409 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected