ASTBlock constructor

ASTBlock(
  1. ASTBlock? parentBlock
)

Implementation

ASTBlock(this.parentBlock);