* Get whether this block is a shadow block or not. * * @returns True if a shadow.
()
| 882 | * @returns True if a shadow. |
| 883 | */ |
| 884 | isShadow(): boolean { |
| 885 | return this.shadow; |
| 886 | } |
| 887 | |
| 888 | /** |
| 889 | * Set whether this block is a shadow block or not. |
no outgoing calls
no test coverage detected