StartBlock constructor

const StartBlock(
  1. StartCurlyBracket first,
  2. BlockType second,
  3. ListOfWhiteSpace third,
  4. StartBlockArgumentable fourth,
  5. EndCurlyBracket fifth,
)

ex: {#for x in a} {#true x == a} {#false x == y} {#protect x} {#track x} ...etc

Implementation

const StartBlock(this.first, this.second, this.third, this.fourth, this.fifth);