* Returns true if the block is either in the process of being disposed, or * is disposed. * * @internal
()
| 374 | * @internal |
| 375 | */ |
| 376 | isDeadOrDying(): boolean { |
| 377 | return this.disposing || this.disposed; |
| 378 | } |
| 379 | |
| 380 | /** |
| 381 | * Call initModel on all fields on the block. |
no outgoing calls
no test coverage detected