* See `BaseElement.R1()`. * * @return {boolean} * @final
()
| 928 | * @final |
| 929 | */ |
| 930 | R1() { |
| 931 | return this.implClass_ ? this.implClass_.R1() : false; |
| 932 | } |
| 933 | |
| 934 | /** |
| 935 | * See `BaseElement.deferredMount()`. |
no outgoing calls
no test coverage detected