EndBlock constructor

const EndBlock(
  1. StartCurlyBracket first,
  2. BlockType second,
  3. EndCurlyBracket third
)

ex {#for} {#true} {#false} ...etc

Implementation

const EndBlock(this.first, this.second, this.third);