* Whether the element has been built. A built element had its * buildCallback method successfully invoked. * @return {boolean} * @final
()
| 484 | * @final |
| 485 | */ |
| 486 | isBuilt() { |
| 487 | return this.built_; |
| 488 | } |
| 489 | |
| 490 | /** |
| 491 | * Returns the promise that's resolved when the element has been built. If |
no outgoing calls
no test coverage detected